sql-select
JSON →A JavaScript library for performing SQL-like queries (SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY, JOIN) directly on arrays of objects, without requiring a database or schema. Current stable version is 3.0.1. Release cadence is irregular. Key differentiators: uses functions instead of strings/objects for queries, dependency-free (<8KB gzipped), works in browser, supports custom scalar functions and user-defined predicates. Not suitable for big data, complex queries (subqueries, set operations), or complex data types (only number and string).
Resources
packagesql-select ↗