sql-concat

JSON →
library 4.1.0 ·javascript
verified Jun 5, 2026

Immutable MySQL query builder that produces parameterized queries compatible with mysqljs/mysql. Current stable version 4.1.0 (2023-10-09), releases are infrequent but stable. Unlike Knex, it is lightweight and allows raw SQL literals within clauses, with automatic parameter extraction via template literals. Ships TypeScript definitions. The library is designed for composability: base queries can be extended with conditional clauses without mutation.