Node express & pg-promise - db.any is not a function Node express & pg-promise - db.any is not a function express express

Node express & pg-promise - db.any is not a function


You dont appear to be exporting your db in the queries file.Try inluding this in queries

module.exports = db;