Provides database-agnostic connection tools
Project description
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kabbes_database_connections-0.7.0.tar.gz.
File metadata
- Download URL: kabbes_database_connections-0.7.0.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff5a88b480f78a20436f0f3b02f1c3c1ebff25363d3a54ce159c457657541b22
|
|
| MD5 |
6404e7360f24b7cc8d31c50bcfc2c7d0
|
|
| BLAKE2b-256 |
e2ccd9896eb59a522897720a84847a076908e7492d3d5050dc1ed10ac66a6684
|
File details
Details for the file kabbes_database_connections-0.7.0-py3-none-any.whl.
File metadata
- Download URL: kabbes_database_connections-0.7.0-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.63.1 importlib-metadata/4.8.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c17cdd369388d47923c4141d935af1e1b970bb4335b679f522c43ca0fedb16c9
|
|
| MD5 |
660555ede360c937a0b98c597ff46be8
|
|
| BLAKE2b-256 |
bd388b5bf24e4fc27efbe176790c29b9e48001d7673eade3e4fb8b3d99b12a4f
|