PostgresORM

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

PostgresORM is a minimalistic ORM for PostgreSQL, version 5.1.1. It provides basic CRUD operations, pagination, transactions, and custom query support with parameterized queries. Designed for simplicity, it uses a connection pool and requires manual release of database contexts. The library has low activity and is not actively maintained. It differentiates by offering a lightweight alternative to full-featured ORMs like Sequelize or TypeORM, but lacks advanced features like migrations, model definitions, or TypeScript support.