any-db-postgres
Version:
The postgres adapter for any-db
39 lines (38 loc) • 843 B
JSON
{
"name": "any-db-postgres",
"version": "2.3.0",
"description": "The postgres adapter for any-db",
"main": "index.js",
"scripts": {
"test": "standard && test-any-db-adapter",
"debug": "node debug `which test-any-db-adapter`"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grncdr/node-any-db-postgres.git"
},
"bugs": {
"url": "https://github.com/grncdr/node-any-db-postgres/issues"
},
"keywords": [
"any-db",
"anydb",
"postgres",
"pg",
"adapter"
],
"author": "Stephen Sugden <me@stephensugden.com>",
"license": "MIT",
"dependencies": {
"inherits": "~2.0.1",
"pg": "^7.4.3",
"pg-query-stream": "~0.2.0"
},
"peerDependencies": {
"any-db": "^2.1.0"
},
"devDependencies": {
"any-db-adapter-spec": "2.3.0",
"standard": "*"
}
}