|
|
před 3 roky | |
|---|---|---|
| .. | ||
| test | před 3 roky | |
| .npmignore | před 3 roky | |
| .travis.yml | před 3 roky | |
| LICENSE | před 3 roky | |
| README.md | před 3 roky | |
| index.js | před 3 roky | |
| package.json | před 3 roky | |
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
var parse = require('pg-connection-string').parse;
var config = parse('postgres://someuser:somepassword@somehost:381/sometable')