PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
pg-connection-string
export function parse(connectionString: string): ConnectionOptions; export interface ConnectionOptions { host: string | null; password: string | null; user: string | null; port: number | null; database: string | null; client_encoding: string | null; ssl: boolean | null; application_name: string | null; fallback_application_name: string | null; }
[+]
..
[-] index.d.ts
[edit]
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] .coveralls.yml
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
test
[-] LICENSE
[edit]