PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

add connection pool options to pg connection #45

Closed SampsonCrowley closed 7 years ago

SampsonCrowley commented 7 years ago

This pull request gives your users fine grained control over their database connection if they are using PostgreSQL including the ability to connect with a PG connection string

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.004%) to 90.252% when pulling dd0008054732aa39bd05969379aea90b65e2bcf7 on SampsonCrowley:master into 21416bb3598812b336abc88e4549f987a1069927 on PhilWaldmann:master.

PhilWaldmann commented 7 years ago

thx!!