Metadata-Version: 2.4
Name: dbmini
Version: 0.1.0
Summary: A lightweight DB connector supporting MySQL, SQLite, and MongoDB
Home-page: https://github.com/prathamesh9669/dbmini
Author: Prathamesh Patil 
Author-email: prathameshpatil0545@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: mysql-connector-python
Requires-Dist: pymongo
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# dblite

A simple Python library to quickly connect to MySQL, SQLite, and MongoDB databases.

## Installation
```bash
pip install dbmini
