# coleifer/sqlite-web

Web-based SQLite database browser written in Python

Repository: https://github.com/coleifer/sqlite-web
Canonical: https://ross.abutalabs.com/products/sqlite-web
Language: Python
License: MIT
License Family: permissive
Topics: sqlite, flask, python, database
Last push: 2026-08-14T22:33:34+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 4316, "days_push": 19, "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 4152, forks 401 (observed 2026-08-28T04:08:36.471445+00:00)

## What it is
sqlite-web is a web-based SQLite database browser written in Python using Flask. It lets you browse, query, and modify SQLite databases, manage schema (tables, columns, indexes), and import/export data as JSON or CSV.

## Use cases
- browse sqlite database in a web ui
- run sql queries against sqlite with a gui
- import csv or json into a sqlite table
- export sqlite data as json or csv
- add or drop columns and indexes on sqlite tables
- manage multiple sqlite databases from one interface

## When to choose
- you need a lightweight GUI for inspecting or editing SQLite databases
- you want to import/export CSV or JSON data with SQLite
- you prefer a self-hosted, pip-installable or Docker-based tool
- you need to alter SQLite schema (add/drop/rename columns) easily

## When to avoid
- you need a database browser for MySQL, PostgreSQL, or other engines
- you require multi-user concurrent access with authentication
- you need advanced database administration features like backups or replication

## Facets
- artifact type: application
- maturity: active
- function: database, gui, cli, web-framework
- domain: databases, developer-tools, web-development
- platform: python, cli, self-hosted, cross-platform
- tags: sqlite, database-browser, flask, db-admin, data-import-export, docker

## Member repositories
- coleifer/sqlite-web (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:36.471445+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-29T18:22:53.494329+00:00, confidence not recorded.
  - readme: https://github.com/coleifer/sqlite-web (fetched 2026-08-28T04:08:36.471445+00:00, sha 38ad96e865b1)
  - registry_pypi: https://pypi.org/pypi/sqlite-web/json (fetched 2026-08-29T09:13:45.779165+00:00, sha 0da1ca96cf18)
- Data as of 2026-08-30T08:39:29.467469+00:00.
