jorm
JSON →Simple ORM (Object-Relational Mapping) library for Node.js that connects to PostgreSQL databases. Version 2.2.5, actively maintained. Key features include an intuitive CRUD interface, automatic field/public field management, custom SQL expressions, support for database triggers, and alias-based joins for related entities. The ORM uses a configuration-driven approach where you define models with fields, default values, public visibility, computed fields, and hooks (before/after select, insert, update, delete). It supports custom validation, hashing, and auto-initialization with init functions. Compared to heavier ORMs like Sequelize or TypeORM, jorm is lightweight and focuses on simplicity and flexibility without sacrificing control over SQL.