node-pg-orm

JSON →
library 1.0.15 ·javascript maintenance
verified Jun 5, 2026

A minimal ORM for Node.js and PostgreSQL that provides a simple mapping layer between JavaScript objects and database tables. Current version 1.0.15, with no established release cadence (appears maintained by a single developer). Key differentiators: lightweight, no dependencies, straightforward API with support for basic CRUD operations, finders, and aggregations. However, it lacks migration support, query building flexibility, and active maintenance compared to alternatives like Sequelize or Knex. Suitable for small projects needing quick PostgreSQL integration.