postgres-extended

JSON →
library 1.1.3 ·javascript
verified Jun 5, 2026

Sweet API wrapper for Postgres on top of `pg-pool`. Provides a higher-level query builder with array and object interpolation, plus table helpers for insert, upsert, and update operations. Version 1.1.3 is the current stable. Release cadence is irregular. Key differentiators: simple API, built-in upsert with conflict handling, and automatic connection pooling via pg-pool. Lightweight alternative to ORMs like Prisma or Sequelize for straightforward database interactions.