Metadata-Version: 2.1
Name: dbcontroller
Version: 0.1.13
Summary: Python - Database Controller (SQLAlchemy & Motor)
Home-page: https://github.com/hlop3z/dbcontroller
Download-URL: https://github.com/hlop3z/dbcontroller/releases/download/alpha/v0.1.13.tar.gz
Author: hlop3z
License: UNKNOWN
Project-URL: Documentation, https://hlop3z.github.io/dbcontroller/
Keywords: management database
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# 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/)


