Skip to content

hlop3z/dbcontroller

Repository files navigation

Welcome to DataBase-Controller

Install SQLite

python -m pip install "dbcontroller[sqlite]"

Install PostgreSQL

python -m pip install "dbcontroller[sql]" "databases[postgresql]"

Install MySQL

python -m pip install "dbcontroller[sql]" "databases[mysql]"

Install Mongo

python -m pip install "dbcontroller[mongo]"

Install Testing

python -m pip install "dbcontroller[testing]"

To Be Used With . . .

Links