pgproxy
Version:
Execute nodejs functions on a postgres server, as if they were local, using plv8
30 lines (29 loc) • 537 B
JSON
{
"name": "pgproxy",
"version": "0.2.2",
"description": "Execute nodejs functions on a postgres server, as if they were local, using plv8",
"main": "lib/index.js",
"scripts": {
"test": "mocha test"
},
"keywords": [
"postgres",
"proxy",
"plv8",
"node",
"stored",
"procedure",
"function",
"pg",
"postgresql"
],
"author": "Clayton C Gulick",
"license": "MIT",
"dependencies": {
"pg": "^7.12.1"
},
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^6.2.0"
}
}