evolutility-server-node icon indicating copy to clipboard operation
evolutility-server-node copied to clipboard

Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

Results 1 evolutility-server-node issues
Sort by recently updated
recently updated
newest added

This code at database.js:238 throws an `undefined` error if the connection fails. ` pool.connect(function(err, client, done) {` ` client.query(sql, function(err, data) {` It should instead display the contents of the...