inloop/sqlite-viewer
View SQLite file online 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4007
- days_rel: n/a
- days_push: 772
- n_releases_24m: 0
Adoption not part of the score
1063 stars · 365 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A browser-based SQLite file viewer that lets users open and inspect SQLite database files entirely client-side using JavaScript and sql.js, with no file uploads. It supports browsing tables, running SQL queries, and exporting data to CSV.
Use cases
- view sqlite file online without installing anything
- inspect tables in a .sqlite database in the browser
- run sql queries against a local sqlite file
- export sqlite tables to csv
- open a remote sqlite file by url
- quickly check an android app's sqlite database contents
When to choose
- you need a quick, zero-install way to inspect a sqlite file
- you cannot upload sensitive database files to a server and want client-side-only processing
- you want to browse table schemas and rows or export to csv from a browser
- you need to view a sqlite file hosted remotely with permissive CORS headers
When to avoid
- you need to modify or write to sqlite databases, not just view them
- you require a full-featured desktop sqlite client with advanced tooling
- you need to open very large database files that may exceed browser memory limits
- you need to view other database formats like MySQL or PostgreSQL dumps
Facets
application · maturity active
database search-engine data-visualization databases developer-tools web-development browser sqlite sql-viewer client-side no-upload csv-export sql-js file-inspection offline-tool web-server
2 sources
- readme: https://github.com/inloop/sqlite-viewer · fetched 2026-08-28 · 2b12509e4c9f
- homepage: http://inloop.github.io/sqlite-viewer · fetched 2026-08-29 · a8446cfe8ce6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| inloop/sqlite-viewer | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="inloop/sqlite-viewer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem