pgwire
Version:
PostgreSQL client library for Node.js which exposes all features of wire protocol
30 lines (29 loc) • 668 B
JSON
{
"name": "pgwire",
"version": "0.6.0",
"description": "PostgreSQL client library for Node.js which exposes all features of wire protocol",
"author": "exe-dealer@ya.ru",
"license": "MIT",
"main": "lib/index.js",
"engines": {
"node": ">=10.16.0"
},
"homepage": "https://github.com/kagis/pgwire#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kagis/pgwire.git"
},
"bugs": {
"url": "https://github.com/kagis/pgwire/issues"
},
"keywords": [
"postgres",
"postgresql",
"pg",
"libpq",
"postgresql-driver",
"logical-replication",
"streaming-replication",
"node-postgres"
]
}