coleifer/sqlite-web

Web-based SQLite database browser written in Python

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 16th, 2026
Created on November 8th, 2014
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 401
Total Stargazers: 4,164 (+0)
Total Subscribers: 75 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.5 hours
Mean response time: 11.8 hours
90th percentile: 22.8 hours
Tracked items: 53

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 1
Closed in 7 days: 1
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

sqlite-web is a web-based SQLite database browser written in Python.

The tool addresses the need to inspect and interact with SQLite databases through a graphical interface rather than command-line tools. It runs as a Flask application that serves a web interface, allowing users to browse database structure, view table contents, and execute queries without installing desktop database clients. The approach is lightweight and portable, requiring only Python and Flask to run.

sqlite-web suits developers and analysts who need quick access to SQLite database contents during development or debugging. It works well for projects where a simple, self-contained browser interface is preferable to command-line inspection or heavier database management tools. The tool is particularly useful in environments where a web interface is more accessible than installing native applications.

The project shows consistent maintenance with regular updates addressing bugs and adding incremental improvements. Development activity demonstrates responsiveness to user-reported issues and a willingness to refine existing functionality rather than pursue major architectural changes. The codebase remains focused on its core purpose of providing a straightforward web interface to SQLite databases.