pg-promise

v9.0.0-alpha.1
Promises interface for PostgreSQL
pg promise postgres

doc

jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom

lint

eslint ./lib ./test/*.js ./test/db

test

jasmine-node --captureExceptions test

travis

npm run lint && npm run tslint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

tslint

tslint ./typescript/*.ts

coverage

istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test

test:native

jasmine-node test --config PG_NATIVE true

Metadata

  • MIT
  • >=7.6
  • Vitaly Tomilov
  • released 7/25/2019

Downloads

Maintainers