# nalgeon/sqlime

Online SQLite playground

Repository: https://github.com/nalgeon/sqlime
Canonical: https://ross.abutalabs.com/products/sqlime
Homepage: http://sqlime.org
Language: JavaScript
License: MIT
License Family: permissive
Topics: fiddle, playground, sandbox, sql, sqlite
Last push: 2025-09-04T08:02:03+00:00

## Health v2 (maintenance only)
Score: 50/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 40, release rhythm 35, longevity 100
- inputs: {"age_days": 1805, "days_push": 363, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1066, forks 65 (observed 2026-08-28T04:03:27.080670+00:00)

## What it is
Sqlime is an online SQLite playground for debugging, running, and sharing SQL snippets entirely in the browser. It runs a full-featured SQLite engine client-side with no server, and can save databases and queries as GitHub gists for sharing.

## Use cases
- run sql queries online in the browser
- debug and test sqlite queries
- share sql snippets with a colleague
- open a sqlite database file in the browser
- learn sql with an ai assistant
- convert sqlite data to a sql dump for import elsewhere

## When to choose
- you need a zero-install, serverless SQLite sandbox that works in the browser
- you want to share runnable SQL examples via links or gists
- you need a mobile-friendly SQL playground

## When to avoid
- you need a production database server or multi-user access control
- you work with non-SQLite databases like PostgreSQL or MySQL directly
- you need heavy IDE features like schema visualization or autocompletion

## Facets
- artifact type: application
- maturity: active
- function: database, developer-tools, gui
- domain: databases, developer-tools, web-development
- platform: browser
- tags: sqlite, sql-playground, sql-fiddle, browser-based, client-side, gist-sharing, ai-assistant, web-server

## Member repositories
- nalgeon/sqlime (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:27.080670+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:55:25.110947+00:00, confidence not recorded.
  - readme: https://github.com/nalgeon/sqlime (fetched 2026-08-28T04:03:27.080670+00:00, sha a5b6ea3eb3a8)
  - homepage: http://sqlime.org (fetched 2026-08-29T12:57:14.299280+00:00, sha df306e7e84dc)
  - registry_npm: https://registry.npmjs.org/sqlime (fetched 2026-08-29T12:57:14.308462+00:00, sha 4bd924594272)
- Data as of 2026-08-30T08:39:29.467469+00:00.
