The aim of this package is provide a remote or local database connection.
Manually:
$ pip install git+https://github.com/ixmael/basic_database_connection OR $ git clone https://github.com/ixmael/basic_database_connection && cd envparse $ python setup.py install
This package use SQLAlchemy y SSHTunnel. The SSHTunnel require Paramiko and maybe install system packages to install it.
- ::
- $ apt-get install build-essential libssl-dev libffi-dev python3-dev OR $ sudo yum install gcc libffi-devel python-devel openssl-devel OR $ pip install cryptography
In the dir examples exists a basic usage of basic_database_connection.