Metadata-Version: 2.1
Name: dbcontroller
Version: 0.1.16
Summary: Python - Database Controller (SQLAlchemy & Motor)
Keywords: database,sql,mongo
Author-email: hlop3z <23062270+hlop3z@users.noreply.github.com>
Requires-Python: >=3.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Project-URL: documentation, https://hlop3z.github.io/dbcontroller/
Project-URL: homepage, https://github.com/hlop3z/dbcontroller
Project-URL: repository, https://github.com/hlop3z/dbcontroller/releases/download/alpha/v0.1.15.tar.gz
Description-Content-Type: text/markdown

# Welcome to **DataBase-Controller**

## Install **SQL**ite

```sh
python -m pip install dbcontroller SQLAlchemy databases[sqlite]
```

## Install Postgre**SQL**

```sh
python -m pip install dbcontroller SQLAlchemy databases[postgresql]
```

## Install My**SQL**

```sh
python -m pip install dbcontroller SQLAlchemy databases[mysql]
```

## Install **Mongo**

```sh
python -m pip install dbcontroller motor
```

## To Be Used With . . .

- [sqlalchemy](https://pypi.org/project/SQLAlchemy/) and [databases](https://pypi.org/project/databases/)
- [pymongo](https://pypi.org/project/pymongo/) and [motor](https://pypi.org/project/motor/)

## Links

- ### [PyPi](https://pypi.org/project/dbcontroller)
- ### [Github](https://github.com/hlop3z/dbcontroller)
- ### [Read the Documents](https://hlop3z.github.io/dbcontroller/)

