吕君喜 406d880ac6 first | пре 3 година | |
---|---|---|
.. | ||
test | пре 3 година | |
.npmignore | пре 3 година | |
.travis.yml | пре 3 година | |
LICENSE | пре 3 година | |
README.md | пре 3 година | |
index.js | пре 3 година | |
package.json | пре 3 година |
Functions for dealing with a PostgresSQL connection string
parse
method taken from node-postgres
Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com)
MIT License
var parse = require('pg-connection-string').parse;
var config = parse('postgres://someuser:somepassword@somehost:381/sometable')