pg-opengauss
v1.4.0
Published
PostgreSQL client - pure javascript & libpq with the same API
Downloads
17
Maintainers
Readme
pg-opengauss
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
Install
npm install pg-opengaussUsage
Usage in @nestjs/typeorm
// package.json
{
"pg": "npm:[email protected]"
}