Blaine Bublitz cb9bee1bc9 0.1.1
2014-07-06 16:34:14 -07:00
2014-07-05 16:43:58 -07:00
2014-07-05 16:22:20 -07:00
2014-07-05 16:43:58 -07:00
2014-07-05 16:22:20 -07:00
2014-07-06 16:34:14 -07:00
2014-07-05 16:43:58 -07:00

pg-connection-string

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