SQL-js

JSON →
library 0.1.0 ·javascript
verified Jun 5, 2026

A lightweight JavaScript library that provides an SQL-like query interface for filtering, grouping, and joining in-memory arrays of objects. Version 0.0.1 (current stable 0.1.0) offers a fluent API with methods like select(), from(), where(), groupBy(), having(), and execute(). It supports cross joins between multiple arrays and custom predicate functions. Unlike full SQL databases or query builders (e.g., alasql), SQL-js operates entirely in-memory with zero dependencies, making it ideal for trivial client-side data manipulation. Development appears slow with no recent releases.