Obj-2-SQL

JSON →
library 1.0.1 ·javascript
verified Jun 5, 2026

Obj-2-SQL is a lightweight JavaScript/TypeScript library (v1.0.1) for converting objects into SQL query strings, supporting SELECT, WHERE, JOIN, GROUP BY, HAVING, pagination, and basic SQL injection prevention via type validation and escaping. It offers a simple functional API without heavy ORM configuration, ideal for quick query building. Active development with monthly releases. Differentiators: no external dependencies, TypeScript types included, explicit injection countermeasures.