Epic SQL

JSON →
library 5.0.5 ·javascript
verified Jun 4, 2026

Epic SQL (v5.0.5) is a MySQL ORM for Node.js with a focus on simplifying database interactions by eliminating raw SQL queries. It provides a schema-based approach for defining models using custom data types like SQLString and SQLBoolean, with support for indexes, unique constraints, and enums. The library includes a connection manager with sync and logging options. Compared to Sequelize or TypeORM, Epic SQL offers a more minimalistic API and lighter footprint, but has a smaller community and fewer features. Release cadence is irregular; the current version is stable but may lack ongoing development.