Added the pg node module, which supports up to 20 blocking connections at a time.
In db.js, exported the connect module, which takes a string and a callback. The string is used by connect to query the databse, and the callback gets the result from the query.
Added the pg node module, which supports up to 20 blocking connections at a time.
In db.js, exported the
connect
module, which takes a string and a callback. The string is used byconnect
to query the databse, and the callback gets the result from the query.