burningTyger 74ec8e2350 schild knex objection há 6 anos atrás
..
test 74ec8e2350 schild knex objection há 6 anos atrás
.coveralls.yml 74ec8e2350 schild knex objection há 6 anos atrás
.npmignore 74ec8e2350 schild knex objection há 6 anos atrás
.travis.yml 74ec8e2350 schild knex objection há 6 anos atrás
LICENSE 74ec8e2350 schild knex objection há 6 anos atrás
README.md 74ec8e2350 schild knex objection há 6 anos atrás
index.d.ts 74ec8e2350 schild knex objection há 6 anos atrás
index.js 74ec8e2350 schild knex objection há 6 anos atrás
package.json 74ec8e2350 schild knex objection há 6 anos atrás

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