anydb-sql-2

JSON →
library 4.0.5 ·javascript
verified Jun 5, 2026

Minimal ORM for MySQL, PostgreSQL, and SQLite with full arbitrary SQL query support. Version 4.0.5 is the latest stable release. It is built on the node-sql query builder and node-anydb connection pool. Unlike heavier ORMs like Sequelize or TypeORM, it provides a thin layer over SQL, allowing direct SQL while adding table definitions, relationship-based joins, and deep result selection (selectDeep). It ships TypeScript types and supports both callback and promise patterns. Release cadence is low, with updates primarily addressing bug fixes.