psqlorm
JSON →psqlorm is a lightweight ORM for PostgreSQL built on top of the pg npm package. Current stable version is 9.6.9. It provides two model classes: Model (basic SQL generation and execution) and PostgreModel (with automatic table synchronization and foreign key support). Key differentiators: minimal learning curve, direct use of pg connection/pool, support for advanced queries (ILIKE, JOIN, transaction), and built-in data export/import. It has undergone multiple breaking changes (v5, v7, v8, v9) focusing on API consistency and feature enhancements. Suitable for small to medium projects that need ORM simplicity without the overhead of larger ORMs like Sequelize or TypeORM.