I am trying to connect my postgresql database using knex and pg npm module. If i do console.log(db.select(\'*\').table(\'users\')) then it works well and good but w
console.log(db.select(\'*\').table(\'users\'))