sql-love
JSON →sql-love (v1.1.0) provides classes for parsing and building SQL SELECT queries in Node, Bun, and Deno. It supports dynamic adding of clauses (JOIN, WHERE, ORDER BY, LIMIT, OFFSET), named placeholders, and prepared statement binding arrays. Unlike other SQL builders, it can parse existing SQL strings as base queries. It is written in TypeScript, zero-dependency, tree-shakeable, and features utility functions for pagination, grouping, and safe JSON extraction. Released under ISC license.
Resources
packagesql-love ↗