Metadata-Version: 2.4
Name: easydbconn
Version: 0.1.3
Summary: A simple library to connect to MySQL, SQLite, and PostgreSQL.
Author-email: Rahul Mane <rahulmane2714@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: mysql-connector-python
Requires-Dist: psycopg2-binary

# Simple DB Connector

A simple Python library to quickly establish connections to MySQL, SQLite, and PostgreSQL databases.

## Installation

Install the package using pip:

```bash
pip install simple-db-connector-lib
