Metadata-Version: 2.4
Name: dbmini
Version: 0.1.3
Summary: A simple DB connector for MySQL, SQLite, and MongoDB
Home-page: https://github.com/prathamesh9669/dbmini
Author: Prathamesh Patil 
Author-email: Prathamesh Patil <prathameshpatil0545@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: mysql-connector-python
Requires-Dist: pymongo
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# dbmini

`dbmini` is a lightweight Python library to quickly connect to **MySQL**, **SQLite**, and **MongoDB** databases.  
It is designed to be simple, flexible, and easy to integrate into any project.

---

## 🔹 Features

- Connect to **MySQL** databases.
- Connect to **SQLite** databases (local or in-memory).
- Connect to **MongoDB** databases (e.g., hosted on filess.io or local).
- Minimal configuration — credentials are passed as parameters.
- Interactive database operations can be done easily in Python scripts.

---

## 🔹 Installation

Install via PyPI:

```bash
pip install dbmini
