alex-rantos / database_interface

Database interfaces (Maria_db, MySQL, PostgreSQL) in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Database interfaces (Maria_db, MySQL, PostgreSQL) in Python


Languages

Language:Python 100.0%