Connection pool for node-postgres
A Q-promise node-postgres library wrapper
A package containing the Postgres binaries for a particular architecture and operating system. See the embedded-postgres package.
A package to run an embedded Postgresql database right from NodeJS
Connection pool for node-postgres
Module for reading .pgpass
A helper function to handle frequent postgres operations. Using 'node-postgres' package underneath the hood. Better suited for serverless functions
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
node postgres monorepo
minimal wrapper around `brianc/node-postgres`
PostgreSQL database migration management tool for node.js
Quickly build postgresql queries
Library for simplifying and enhancing the node-postgres (pg) API
Named function parameters for node-postgres
Connection pool for node-postgres
PostgreSQL adapter for noy-db — encrypted-envelope KV with jsonb column. Works with any duck-typed pg-style Client (node-postgres, postgres.js, pg-native, Supabase, Neon serverless). casAtomic: true via UPDATE … WHERE _v = ?.
Duplicates Monk functionailty with node-postgres and Promises
Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.
Simple node-postgres wrapper that abstracts transactions and savepoints
No description provided.
Typescript wrapper around node-postgres
Promise based wrapper around node-postgres.
PostgreSQL client - pure javascript & libpq with the same API
Reads various metadata from your postgres database and return a Javascript object. This package is used by [Kanel](https://github.com/kristiandupont/kanel) to generate Typescript types and [Schemalint](https://github.com/kristiandupont/schemalint) to prov