json-sql-utility

JSON →
library 1.1.4 ·javascript
verified Jun 5, 2026

A lightweight utility for converting JSON objects to SQL SELECT queries. Currently at version 1.1.4, it supports SELECT statements with fields, aggregations, WHERE clauses (including logical operators, date ranges), GROUP BY, ORDER BY, and misc clauses. It is not actively maintained and only supports SELECT queries; INSERT, UPDATE, DELETE are absent. Simpler than alternatives like json-sql or squel, but with limited features.