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
2017-08-04 08:58:44 +02:00
2017-04-27 12:41:30 +02:00
2017-08-04 08:58:44 +02:00
2014-07-05 16:22:20 -07:00

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')
Description
PostgreSQL client for node.js.
Readme MIT 25 MiB
Languages
JavaScript 79%
TypeScript 19.9%
Dockerfile 0.6%
Makefile 0.5%