JSON-SQL Enhanced

JSON →
library 3.0.0 ·javascript
verified Jun 5, 2026

A modern fork of json-sql that converts MongoDB-style query objects into SQL queries with support for PostgreSQL, MySQL, SQLite, and MSSQL dialects. Version 3.0.0 is the current stable release with zero dependencies, active development on GitHub, and comprehensive support for operators like $regex, $size, $exists, $elemMatch, and nested logical operations. It differentiates from alternatives by providing dialect-optimized SQL generation, TypeScript type definitions, and a leaner API compared to larger ORMs.