Skip to content

Database Connection wrapper for common database types

License

Notifications You must be signed in to change notification settings

hung135/py-dbutils

Repository files navigation

py-dbutils

Last build status ImageLink

Python Wrapper to interface with various databases. Connects to multiple databases to use for data pipelines and etl

Description

Forget about boiler plate code to setup and tear database connections: This library will give you all the basic methods to pull and push data from various types of database Initial release will support Postgres and Mysql. I will focus on python 3.7 just to discourage people from continuing the python 2.7 train. Move to 3.6+ and get learn something new.

Pypi builds: https://pypi.org/project/py-dbutils/

pip install py_dbtuils

This package wraps high level calls needed to interface with a database. Get the programmer out of worrying about how to connect to and manage a database connection. Start using it. Currently supports: postgres mysql mssql msaccess sqlite

NB: Install jaydebeapi if you need to mess with JAVA JDBC

About

Database Connection wrapper for common database types

Resources

License

Stars

Watchers

Forks

Packages

No packages published