# inloop/sqlite-viewer

View SQLite file online

Repository: https://github.com/inloop/sqlite-viewer
Canonical: https://ross.abutalabs.com/products/sqlite-viewer
Homepage: http://inloop.github.io/sqlite-viewer
Language: JavaScript
License: Apache-2.0
License Family: permissive
Last push: 2024-07-22T08:57:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4007, "days_push": 772, "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 1063, forks 365 (observed 2026-08-28T04:03:26.366416+00:00)

## What it is
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
- artifact type: application
- maturity: active
- function: database, search-engine, data-visualization
- domain: databases, developer-tools, web-development
- platform: browser
- tags: sqlite, sql-viewer, client-side, no-upload, csv-export, sql-js, file-inspection, offline-tool, web-server

## Member repositories
- inloop/sqlite-viewer (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:26.366416+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:56:39.335652+00:00, confidence not recorded.
  - readme: https://github.com/inloop/sqlite-viewer (fetched 2026-08-28T04:03:26.366416+00:00, sha 2b12509e4c9f)
  - homepage: http://inloop.github.io/sqlite-viewer (fetched 2026-08-29T12:58:02.064700+00:00, sha a8446cfe8ce6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
