UNPKG

ppooled-pg

Version:

Promisified PostgreSQL driver with more effective pooling strategies.

30 lines (29 loc) 732 B
{ "name": "ppooled-pg", "version": "0.4.0", "description": "Promisified PostgreSQL driver with more effective pooling strategies.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/bitifet/ppooled-pg.git" }, "keywords": [ "Promise", "PostgreSQL", "pooled-pg" ], "author": "Joan Miquel Torres <accounts@bitifet.net>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/bitifet/ppooled-pg/issues" }, "homepage": "https://github.com/bitifet/ppooled-pg#readme", "dependencies": { "bluebird": "^3.5.0", "deasync": "^0.1.13", "pooled-pg": "0.0.7" } }