An open API service indexing awesome lists of open source software.

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)

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
```