SQLgenerator
JSON →A lightweight JavaScript/TypeScript library that generates SQL query strings from a chainable API. Version 1.0.0 provides methods to build SELECT, INSERT, UPDATE, DELETE queries with support for WHERE, JOIN, GROUP BY, ORDER BY, and LIMIT clauses. It is designed for Node.js environments and ships TypeScript declarations. The library is minimal with no dependencies, offering a simple alternative to full ORMs like knex.js for cases where raw SQL strings are needed. Release cadence is unknown, but the API covers basic CRUD operations with chaining.
Resources
packagesql-g ↗