uxdb-connection-string
v2.0.0
Published
pg-connection-string ====================
Downloads
9
Readme
pg-connection-string
Functions for dealing with a PostgresSQL connection string
parse
method taken from node-postgres
Copyright (c) 2010-2014 Brian Carlson ([email protected])
MIT License
Usage
var parse = require('uxdb-connection-string').parse;
var config = parse('postgres://someuser:somepassword@somehost:381/sometable')