SQL Query Factory

JSON →
library 1.1.12 ·javascript
verified Jun 5, 2026

A typed SQL query builder for Node.js, v1.1.12 (latest). Provides a fluent API for generating SQL queries including SELECT, INSERT, UPDATE, CREATE TABLE, and DELETE, with support for WHERE conditions, ordering, joins, aggregations, and subqueries. Includes TypeScript definitions. Differentiator: lightweight with no dependencies, synchronous, and supports common SQL constructs like BETWEEN, IN, LIKE, and ORDER BY.