node-postgres/README.md
Luis Montes 13687353c9 Use mocha, istanbul, and coveralls (#16)
* some tests

* coveralls and mocha

* coveralls post test hook

* remove done calls
2017-08-30 13:58:52 -07:00

846 B

pg-connection-string

NPM

Build Status Coverage Status

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

Usage

var parse = require('pg-connection-string').parse;

var config = parse('postgres://someuser:somepassword@somehost:381/somedatabase')