We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doing a pg.connect(process.env.DATABASE_URL, function(err, client, done) { ... for each http request is a bit tedious ...
pg.connect(process.env.DATABASE_URL, function(err, client, done) { ...
hapi-login-example-postgres/lib/register_handler.js
Line 19 in aca1952
Investigated potentially using https://www.npmjs.com/package/hapi-pg but its not got any tests and uses https://github.com/brianc/node-postgres-pure which is deprecated.
I raised an issue: erezlife/hapi-pg#7 Waiting for reply. Will either PR or re-implement (simplify).
Also looked at: https://www.npmjs.com/package/hapi-postgres ... but has no documentation or usage and
The text was updated successfully, but these errors were encountered:
This is an issue in the App we are building too... https://github.com/OxfordAbstracts/application/issues/162
Sorry, something went wrong.
adds a bit of background detail to the README. see: dwyl/hapi-login-e…
9b9cdb7
…xample-postgres#6
attempt to run tests with hapi-pg ... hangs. dwyl/hapi-login-example-…
b8dee4c
…postgres#6
1eabde7
No branches or pull requests
Doing a
pg.connect(process.env.DATABASE_URL, function(err, client, done) { ...
for each http request is a bit tedious ...hapi-login-example-postgres/lib/register_handler.js
Line 19 in aca1952
Investigated potentially using https://www.npmjs.com/package/hapi-pg but its not got any tests and uses https://github.com/brianc/node-postgres-pure which is deprecated.
I raised an issue: erezlife/hapi-pg#7
Waiting for reply. Will either PR or re-implement (simplify).
Also looked at: https://www.npmjs.com/package/hapi-postgres ... but has no documentation or usage and
The text was updated successfully, but these errors were encountered: