Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 476 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 476 Bytes

About

Database interfaces programmed in python.

Dependencies

pip3 install mysql
pip3 install postgres
pip3 install mariadb

In order to install mysql you might need to have run the following commands:

pip3 install mysql-connector-python-rf
pip3 install --upgrade setuptools
sudo apt-get install python3.x-dev libmysqlclient-dev

where x is your python version.

Use

Import the corresponding file, instantiate the imported class and use its methods.