Skip to main content

Provides database-agnostic connection tools

Project description

GitHub Pages
PyPI

database_connections

Provides database-agnostic connection tools


Installation

pip install kabbes_database_connections


Usage

For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

import database_connections as dbconn
from database_connections import sql_support_functions as ssf
sqlite_conn = sff.get_DatabaseConnection( connection_module = 'sqlite', db_path = 'test.db' )
df = sqlite_conn.query( 'Select * from table_name' )
sqlite_conn.write( df, 'new_table' )

Author

James Kabbes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kabbes_database_connections-0.7.0.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page