burningTyger 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
..
test 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
.coveralls.yml 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
.npmignore 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
.travis.yml 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
LICENSE 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
README.md 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
index.d.ts 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
index.js 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos
package.json 74ec8e2350 schild knex objection %!s(int64=6) %!d(string=hai) anos

README.md

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')