Adost
JSON →A fast PostgreSQL ORM for Node.js providing CRUD operations with model-based classes. Current stable version is 2.3.1, released on an as-needed basis. It offers PGActiveModel, PGBaseModel, PGEncryptModel, and PGConnecter classes to build custom models with encryption, property management, and active record patterns. Differentiators include built-in encryption support and simple static CRUD methods like findById, updateById, deleteById, and findAll. It is a lightweight alternative to heavier ORMs like Sequelize or TypeORM, focusing on direct PostgreSQL interaction without complex query builders.