Postgres date column parser
Parse postgres array columns
Parse Postgres interval columns
Postgres bytea parser
PostgreSQL client - pure javascript & libpq with the same API
The postgres client/server binary protocol, implemented in TypeScript
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.
Fastest full featured PostgreSQL client for Node.js
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
Query result type converters for node-postgres
Listen to realtime updates to your PostgreSQL database
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
Range data type parser and serializer for PostgreSQL
node-postgres for serverless environments from neon.com
TypeScript definitions for pg
PostgreSQL interface for Node.js
Functions for dealing with a PostgresSQL connection string
Connection pool for node-postgres
pgvector support for Node.js, Deno, and Bun (and TypeScript)
A package containing the Postgres binaries for a particular architecture and operating system. See the embedded-postgres package.
Kysely dialect for PostgreSQL using the Postgres.js client
The officially supported Postgres database adapter for Payload
AWS X-Ray Patcher for Postgres (Javascript)
A package to run an embedded Postgresql database right from NodeJS
Active Record support for PostgreSQL JSON type
ActiveRecord support for PostgreSQL JSON type supporting Rails 4.0-4.1
The most flexible solution for organizing custom fields for Rails ActiveRecord
Allow to use postgres json field in a totally transparently manner with ActiveRecord
ActiveRecord attributes stored serialized in a json column, super smooth. Typed and cast like Active Record. Supporting nested models, dirty tracking, some querying (with postgres jsonb contains), and working smoothy with form builders. Use your database as a typed object store via ActiveRecord, in the same models right next to ordinary ActiveRecord column-backed attributes and associations. Your json-serialized attr_json attributes use as much of the existing ActiveRecord architecture as we can.
This gem allows you to rapidly generate large amount of json in an activerecord application. By relying on postgres' native functionality, we can skip object instantiation and turn active record queries directly into json.