2020-01-28 19:29:38 -05:00
2017-08-04 08:58:44 +02:00
2019-05-27 08:30:21 -04:00
2014-07-05 16:22:20 -07:00
2019-06-18 20:49:39 -07:00
2019-06-18 20:41:10 -07:00

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