molecular-playground / ms-users

A microservice for business logic regarding user data.
0 stars 0 forks source link

Base Database Connections #1

Closed akaplo closed 8 years ago

akaplo commented 8 years ago

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.