update postgressql_interface

This commit is contained in:
Josh Harvey 2016-10-13 18:30:35 +03:00
parent 2c9dd2284a
commit c9b7a80e89
2 changed files with 43 additions and 14 deletions

View file

@ -6,7 +6,6 @@ function connect () {
console.log(psqlUrl)
return pgp(psqlUrl)
}
exports.connect = connect
function load () {
var db = connect()