node postgres monorepo
PostgreSQL client - pure javascript & libpq with the same API
The postgres client/server binary protocol, implemented in TypeScript
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
Query result type converters for node-postgres
TypeScript definitions for pg
Postgres date column parser
pgvector support for Node.js, Deno, and Bun (and TypeScript)
Functions for dealing with a PostgresSQL connection string
Connection pool for node-postgres
Postgres bytea parser
Parse postgres array columns
Fastest full featured PostgreSQL client for Node.js
Parse Postgres interval columns
A prometheus exporter for node-postgres
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
Module for reading .pgpass
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.
PostgreSQL database migration management tool for node.js
node-postgres for serverless environments from neon.com
Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.
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