Large object support for PostgreSQL clients (postgres)
Parse Postgres interval columns
Query result type converters for node-postgres
Postgres date column parser
Postgres bytea parser
Parse postgres array columns
PostgreSQL client - pure javascript & libpq with the same API
The postgres client/server binary protocol, implemented in TypeScript
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Functions for dealing with a PostgresSQL connection string
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.
Data-Mapper ORM for TypeScript and ES2023+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.
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
64-bit big-endian signed integer-to-string conversion
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
Listen to realtime updates to your PostgreSQL database
Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.
a fast, efficient buffer writer
Range data type parser and serializer for PostgreSQL
TypeScript definitions for pg
Modular Prisma Studio components
A module for creating a node style stream over a WebExtension port object.
Stack Overflow style database migrations for PostgreSQL
Large object support for rust-postgres
TLS support for tokio-postgres via native-tls
TLS support for tokio-postgres via openssl
Postgres database as a backend for Refile. Uses "Large Objects". See https://www.postgresql.org/docs/current/largeobjects.html for more info.
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.