sqlite-web
A web-based SQLite database browser written in Python. Inspect, query, and manage SQLite databases through a clean and intuitive web interface.
What You Can Do After Deployment
- Visit your domain — the database browser opens immediately with no login required
- Browse tables — view table structure, columns, indexes, and triggers
- Query data — execute SQL queries with syntax highlighting and results display
- Import data — load data from JSON or CSV files into your tables
- Export data — download table data as JSON or CSV for external use
Key Features
- Browse and edit table data (INSERT, UPDATE, DELETE)
- Execute arbitrary SQL queries
- View table structure, columns, indexes, triggers, and foreign keys
- Import data from JSON or CSV
- Export data as JSON or CSV
- Create, rename, and drop tables and columns
- Lightweight single-container deployment
License
MIT — GitHub