Ross ROSS = Recommend OSS · open-source software intelligence for agents

jlongster/absurd-sql

sqlite3 in ur indexeddb (hopefully a better backend soon) observed · 2026-08-28

github.com/jlongster/absurd-sql · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 1881
  • days_rel: n/a
  • days_push: 1123
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4325 stars · 107 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

absurd-sql is a backend for sql.js (SQLite compiled to WebAssembly) that persists the database in IndexedDB by reading and writing it in small blocks instead of whole-file dumps. It lets web apps run a fully persistent SQLite database entirely in the browser, inside a web worker.

Use cases

  • persist a sqlite database in the browser
  • run sql queries offline in a web app
  • store structured app data client-side without a server
  • replace localStorage with a real sql database
  • build an offline-first web app with sqlite
  • query large datasets in the browser with sql

When to choose

  • you want full SQL and SQLite semantics entirely client-side
  • your app must work offline with persistent structured data
  • you want incremental block-level persistence instead of rewriting a whole database file
  • you're building a browser app like a budgeting tool that needs a real database

When to avoid

  • you need a server-side or shared multi-user database
  • your data is small and simple enough for localStorage or IndexedDB directly
  • you can't set COOP/COEP headers or run code in a web worker
  • you need broad Safari support or nested workers
  • you need a library under active development

Facets

library · maturity maintenance

database database-driver orm databases web-development frontend browser sqlite indexeddb sql.js web-workers client-side-database persistence offline-first javascript web-server

1 source

Member repositories

RepositoryRoleHealth v2
jlongster/absurd-sqlmain32

For agents

markdown · JSON · MCP: product_card(name="jlongster/absurd-sql")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem