SQLite Database Explorer is part of the Local Web Software 2025 (LWS25) project, designed to manage SQLite databases through a user-friendly web interface. This tool allows users to create databases, tables, and manage data without writing SQL queries.
✅ Create and manage SQLite databases without SQL commands
✅ Add, edit, and delete tables and records via UI
✅ Import and export database files
✅ Simple and intuitive web-based interface
pkg install python3 git sqlite
apt install python3 git sqlite
git clone https://github.com./ezaco-dev/sqlite-explorer
mkdir databases
pip install -r requirements.txt
python3 app.py