AlaSQL/alasql
AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 8
- age_days: 4329
- days_rel: 8
- days_push: 8
- n_releases_24m: 18
Adoption not part of the score
7281 stars · 692 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
AlaSQL is a lightweight in-memory SQL database written in pure JavaScript that runs in the browser, Node.js, and mobile apps. It queries both relational tables and nested JSON data, and supports importing/exporting data from formats like localStorage, IndexedDB, and Excel.
Use cases
- run SQL queries on JSON data in the browser
- in-memory data processing for BI dashboards on fat clients
- import and export Excel/CSV data with SQL
- ETL and data manipulation in Node.js
- persist query results to localStorage or IndexedDB
- query nested NoSQL-style JSON with SQL joins and grouping
When to choose
- you need fast client-side SQL over in-memory relational or JSON data
- you want easy import/export across Excel, CSV, localStorage, and IndexedDB
- you're building browser or Node.js apps needing a lightweight embedded SQL engine
When to avoid
- you need durable multi-user server-side storage or full ACID transactions
- you need very limited transaction support or concurrent writes
- you need a production-grade database backend like PostgreSQL or SQLite
Facets
library · maturity active
database etl serialization data-science databases web-development developer-tools browser cross-platform in-memory-database sql nosql excel-export localstorage indexeddb client-side-database data-engineering nodejs javascript
2 sources
- readme: https://github.com/AlaSQL/alasql · fetched 2026-08-28 · 15d40eb1d28c
- homepage: http://alasql.org · fetched 2026-08-29 · 1e8fd9821d84
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AlaSQL/alasql | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem