Metadata-Version: 2.4
Name: dbmngrx
Version: 0.1.2
Summary: Simple DB manager library
Author-email: Otabek <burhonovotabek5@gmail.com>
Project-URL: Homepage, https://example.com/dbmanager
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# dbmngrx 0.1.2

**Author**: *Otabek Burxonov*

A lightweight and beginner-friendly SQLite3 manager written in Python.

---

## 🚀 Features

- 🔍 Connect and explore `.db` files easily  
- 📋 List all tables in your SQLite database  
- 📑 View all columns of a table with data types  
- ➕ Add new columns to existing tables  
- 🗑 Delete tables (with confirmation)  
- 📁 Create tables dynamically  
- 📤 Insert and read rows  
- 🎨 Colored and clean terminal output (optional)

---

## 💻 Installation

You can install the package via pip:

```bash
pip install dbmngrx
```
---

## ✅ Supported Data Types

SQLite supports these data types:

- `INTEGER`
- `TEXT`
- `REAL`
- `NUMERIC`
- `BLOB`

---

## 📄 License

MIT License © Otabek Burxonov

---

## 🛠 Future Plans

- [ ] Update/Delete row methods  
- [ ] Export tables to CSV  
- [ ] Query builder interface  
- [ ] Web-based interface (experimental)

---

## 🔗 Links

- 📘 Documentation: Coming soon 
- 💻 GitHub: https://github.com/Otabek-1/dbmngrx
- 📦 PyPI: https://pypi.org/project/dbmngrx/0.1.2/
