ICQL

JSON →
library 5.3.0 ·javascript
verified Jun 7, 2026

ICQL is a Node.js SQLite adapter that combines YeSQL-style statement files with better-sqlite3 to turn named SQL definitions into callable methods. Version 5.3.0 (stable) is released on npm, but development appears low-cadence. Unlike ORMs, ICQL keeps SQL external and explicit, supporting procedures (multiple statements) and queries (SELECT). Requires better-sqlite3 as connector. Early-stage: may have bugs and breaking changes.