sql-easy-builder

JSON →
library 3.3.0 ·javascript
verified Jun 7, 2026

sql-easy-builder is a lightweight SQL query builder for Node.js that supports SELECT, INSERT, UPDATE, DELETE, JOINs, subqueries, and common SQL functions with a fluent API. Version 3.3.0 is stable with active maintenance. It differentiates itself by offering a simple, chainable syntax, automatic parameterized queries to prevent SQL injection, TypeScript type definitions, and zero dependencies. Unlike heavier ORMs, it provides fine-grained control over SQL generation without abstracting away the database language.