pg-extension

JSON →
library 0.3.8 ·javascript
verified Jun 5, 2026

pg-extension is a lightweight, TypeScript-first PostgreSQL client library built on top of the popular `pg` package. Version 0.3.8 (stable) provides a simple, promise-based API for querying Postgres with strong type inference, minimal configuration, and automatic connection pooling. It differentiates from `pg` directly by offering a more ergonomic interface with built-in parameterized queries, transaction support, and TypeScript generics for result types. Ideal for Node.js projects using TypeScript.