A lightweight DB GUI module for SQL/NoSQL, like phpMyAdmin but Pythonic!
Project description
Features
- 🎯 Support for multiple databases: SQLite, MySQL, PostgreSQL, DuckDB, TinyDB, MongoDB
- 🎨 Modern React UI
- 🔒 Secure credential management with keyring
- 📊 Data visualization with charts
- 🔄 Import/Export capabilities
- ⚡ Fast and lightweight
Installation
Best and easiest method
pip install --upgrade dbdragoness
Note: Latest version is 0.1.17
Development Setup (For Developers & Academic Use)
This option is recommended if you want to explore, modify, or study the source code.
- Clone the Repository
git clone https://github.com/tech-dragoness/dbdragoness.git
cd dbdragoness
- Create and Activate a Virtual Environment (Recommended)
python -m venv venv
Windows
venv\Scripts\activate
macOS / Linux
source venv/bin/activate
- Install the Project in Editable Mode
Editable mode ensures that any changes you make to the source code are immediately reflected when running the tool.
pip install -e .
- Run DBDragoness
dbdragoness
- (Optional) Verify Installation
dbdragoness --help
Quick Start
# Start the GUI
dbdragoness
# Open specific database
dbdragoness --type sql --db mydb
Requirements
- Python 3.8+
- Node.js 16+ (for React UI build)
License
MIT License
Copyright (c) 2026 Tulika Thampi. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Credit Requirement: The original author, Tulika Thampi, and the original work must be credited in all copies, distributions, or derivative works. This credit should be visible in documentation, UI, or other appropriate places where the Software is used or presented.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbdragoness-0.1.17.tar.gz.
File metadata
- Download URL: dbdragoness-0.1.17.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4da4a0ea436241e64dd98c8d0ab44b04ceacc208ba02bd573c6f48c2c07fa508
|
|
| MD5 |
59610f88b9203829902aa2acc6c18faa
|
|
| BLAKE2b-256 |
707abad4e12e3046a01f1c9a691a3a9ce4b067987bb61598030cf0e394c881d6
|
File details
Details for the file dbdragoness-0.1.17-py3-none-any.whl.
File metadata
- Download URL: dbdragoness-0.1.17-py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe726f6cc3e4181187ccaed503da0ab925fefa6582cb7a0a7f841a60a7b5cad8
|
|
| MD5 |
83f85906ab288694afb1cd723333157e
|
|
| BLAKE2b-256 |
89367a15540b340b4ddeb998b362274b73d058a838576ab28a2161a81026b9f8
|