![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE | 40 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 40 years ago | 846 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.d.ts | 40 years ago | 354 | |
![]() | index.js | 40 years ago | 2.0K | |
![]() | package.json | 2 years ago | 2.0K |
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/somedatabase')