db-webpage
v1.0.2
Published
A lightweight database data visualization tool for PostgreSQL and MySQL
Maintainers
Readme
🗃️ DBWebpage
A lightweight database data visualization tool for PostgreSQL 🐘 and MySQL 🐬.
Install
npm install -g db-webpageUsage
After global installation, simply run:
dbwThis will start the server on port 12301 and automatically open your browser.
Custom Port
dbw -p 8080Features
- 🔌 Connection Management — Create, edit, and delete database connections
- 🗄️ Multi-Database Support — PostgreSQL and MySQL
- 📊 Data Browsing — Browse table data with pagination
- 📝 SQL Execution — Execute arbitrary SQL queries
- 💾 State Persistence — Saves last used database, table, and SQL per connection
Tech Stack
| Layer | Technology |
|-------------|--------------------------------|
| Backend | Node.js + Express |
| Frontend | HTML + CSS + JavaScript |
| PostgreSQL | pg |
| MySQL | mysql2 |
Configuration
Connection settings and state are stored in ~/.db-webpage/init.json.
License
MIT
