https://github.com/ezaco-dev/sqlite-explorer
tools python - SQLite explorer - LWS25 Project by ezaco (Local Web Software)
https://github.com/ezaco-dev/sqlite-explorer
coding-tool database database-management ezaco-dev flask flask-application flask-sqlite3 lws lws25 python-tools python3 sqlite sqlite-explorer tools
Last synced: 6 months ago
JSON representation
tools python - SQLite explorer - LWS25 Project by ezaco (Local Web Software)
- Host: GitHub
- URL: https://github.com/ezaco-dev/sqlite-explorer
- Owner: ezaco-dev
- License: mit
- Created: 2025-03-29T11:22:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T16:47:52.000Z (9 months ago)
- Last Synced: 2025-05-31T00:30:06.775Z (7 months ago)
- Topics: coding-tool, database, database-management, ezaco-dev, flask, flask-application, flask-sqlite3, lws, lws25, python-tools, python3, sqlite, sqlite-explorer, tools
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
```bash
pkg install python3 git sqlite
```
- ### On Linux
```bash
apt install python3 git sqlite
```
---
## 2. Clone the Repository
```bash
git clone https://github.com/ezaco-dev/sqlite-explorer
```
---
## 3. Add "databases" Directory
```bash
mkdir databases
```
---
## 4. Install Pip Packages
```bash
pip install -r requirements.txt
```
---
## 5. Run the Server
```bash
python3 app.py
```