simple-sql-query-builder

JSON →
library 2.0.1 ·javascript
verified Jun 5, 2026

A minimal SQL query builder with TypeScript support. Version 2.0.1 provides a chainable API for generating parameterized SQL queries (SELECT, INSERT, UPDATE, DELETE). Lightweight, no dependencies, and targets both Node.js and React Native environments. Differentiated by its simplicity and lack of ORM features, suitable for small projects or when full control over SQL is needed.