WIP
This commit is contained in:
parent
a49fac6cc8
commit
bb1e952e39
5 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
const pgp = require('pg-promise')()
|
||||
const psqlUrl = require('../lib/options').postgresql
|
||||
|
||||
module.exports = {db: pgp(psqlUrl)}
|
||||
module.exports = pgp(psqlUrl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue