Skip to content

tools python - SQLite explorer - LWS25 Project by ezaco (Local Web Software)

License

Notifications You must be signed in to change notification settings

ezaco-dev/sqlite-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Database Explorer

LWS25 🗄️🔍

🎯 About

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.



⚡ Features

✅ 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


🚀 Installation

1. Installing Packages

  • On Termux

pkg install python3 git sqlite
  • On Linux

apt install python3 git sqlite

2. Clone the Repository

git clone https://github.com./ezaco-dev/sqlite-explorer

3. Add "databases" Directory

mkdir databases

4. Install Pip Packages

pip install -r requirements.txt

5. Run the Server

python3 app.py