logo
icon

sqlite-web

sqlite-web is a web-based SQLite database browser written in Python. Browse table data, execute SQL queries, import and export data as JSON or CSV, and manage database structure — all through a clean web interface. Ideal for inspecting and administering SQLite databases remotely.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-04-04
Services
service icon
Tags
ToolDatabase

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

  1. Visit your domain — the database browser opens immediately with no login required
  2. Browse tables — view table structure, columns, indexes, and triggers
  3. Query data — execute SQL queries with syntax highlighting and results display
  4. Import data — load data from JSON or CSV files into your tables
  5. 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