Skip to content

Database interfaces (Maria_db, MySQL, PostgreSQL) in Python

Notifications You must be signed in to change notification settings

alex-rantos/database_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages