dborm-mysql

JSON →
library 2.2.7 ·javascript
verified Jun 5, 2026

DbORM is a Node.js ORM for MySQL that returns promises. It requires each table to have a primary key named 'id'. Version 2.2.7 ships TypeScript types. Provides CRUD operations (add, get, getList, update, updateByIds, updateByQuery, getCount) with a map-based field conversion system. Unlike other ORMs, it uses a db2ramFieldMap for field name mapping and can handle JSON fields via textDbFieldsMap. Configuration includes connection limit, multiple statements, and error code customization. Released at an unknown cadence.