Why does Javascript-PostgreSQL query return undefined?
I'm trying to connect my postgreSQL database to a node.js application but it keeps returning undefined whenever I try to log some of the data to the console using "node file_name". I have a table called "users" and I want…