oracle-orm-zn
JSON →A minimal ORM for Node.js wrapping the node-oracledb driver. Version 1.2.4 supports table schemas with common data types (INTEGER, FLOAT, STRING, DATE), connection pooling, and CRUD operations (insert, delete, update, findOne, findAll, upsert, etc.). It includes basic aggregation methods (count, max, min, sum) and table management (define, sync, drop). Notable gaps: limited relationship support, no migration system, and sparse documentation. Release cadence appears low; last update likely 2023. Compared to Sequelize or TypeORM, this is a lightweight alternative tightly coupled to Oracle DB.
Resources
packageoracle-orm-zn ↗