pg-helper

JSON →
library 0.0.8 ·javascript deprecated
verified Jun 5, 2026

pg-helper is a minimal, low-level helper library for PostgreSQL in Node.js, providing simple query building and execution on top of the pg driver. Current stable version is 0.0.8; the project is in early development with infrequent releases. It offers basic CRUD operations and connection pool wrappers but is explicitly marked as experimental and potentially insecure (e.g., raw string interpolation for dynamic values). Compared to mature alternatives like knex, pg-promise, or slonik, it lacks validation, escape helpers, migration support, and advanced features. Suitable only for prototyping or trivial scripts where security is not a concern.