Skip to content

A basic database connection package.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

ixmael/basic_database_connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic database connection.

The aim of this package is provide a remote or local database connection.

Installing

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

Usage

In the dir examples exists a basic usage of basic_database_connection.

About

A basic database connection package.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages