node-pg-helper
JSON →A small wrapper around node-postgres providing simplified CRUD helper functions (insert, update, upsert, selectAllRows) for PostgreSQL. Version 1.0.5, released once, no active development observed on GitHub. It relies on the 'pg' Pool client, which must be configured and set via setClient(). Avoids raw SQL for basic operations but offers no query builder flexibility, migrations, or connection pooling of its own. Suitable for quick prototypes but not production-grade; alternatives like Knex, Slonik, or pg-promise are more feature-rich and maintained.
Resources
packagenode-pg-helper ↗