Wrappers for connecting to data systems
Project description
cnxns
About
cnxns abstracts the complexity of working with a variety of data systems.
Supported Systems
DBMS
- Microsoft SQL Server
- MySQL/MariaDB
Dataverse
- Dynamics 365
Getting started
pip install git+https://github.com/n3ddu8/cnxns.git#egg=cnxns
python
from cnxns import dbms
help(dbms)
Example Usage
from cnxns import dbms as db
e = db.dbms_cnxn(
dbms = "mssql",
server = "localhost",
uid = "sa",
pwd = "YourStrong@Passw0rd",
database = "dev",
)
df = db.dbms_reader(
e,
table_name = "myAwesomeTable",
)
db.dbms_writer(
e,
df,
"myAwesomeTableSnapshot",
if_exists="append",
)
Dependencies
- ODBC Driver X for SQL Server (tested with 18)
- MySQL ODBC X driver (tested with 9.4)
Project details
Release history Release notifications | RSS feed
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 cnxns-0.0.1.tar.gz.
File metadata
- Download URL: cnxns-0.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56509a737c4b80baff6d6021e910ba6bbbe52d7ca256a8d63bf78c5bacd3b865
|
|
| MD5 |
37ee9f8d3df4c2fafbd15075272f1718
|
|
| BLAKE2b-256 |
f9014dcbef5b7deffec704b997c8bd6c82954384e78718ed2e1d5115a2e44566
|
Provenance
The following attestation bundles were made for cnxns-0.0.1.tar.gz:
Publisher:
python-publish.yml on n3ddu8/cnxns
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cnxns-0.0.1.tar.gz -
Subject digest:
56509a737c4b80baff6d6021e910ba6bbbe52d7ca256a8d63bf78c5bacd3b865 - Sigstore transparency entry: 621386479
- Sigstore integration time:
-
Permalink:
n3ddu8/cnxns@3d268a9666ee04dbafb49f1f5a827a56c48aeab3 -
Branch / Tag:
refs/tags/0.1 - Owner: https://github.com/n3ddu8
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@3d268a9666ee04dbafb49f1f5a827a56c48aeab3 -
Trigger Event:
release
-
Statement type:
File details
Details for the file cnxns-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cnxns-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d404eeaca4a79926877e8599521518e0dfa4150f544cf53ad4989f2450961e0e
|
|
| MD5 |
efab864c0280251091a98656b76f3da1
|
|
| BLAKE2b-256 |
a82cd2059d3c50585cefa266eb9fefbf09505c38c7e67ad957fd0f4ab1b2cafd
|
Provenance
The following attestation bundles were made for cnxns-0.0.1-py3-none-any.whl:
Publisher:
python-publish.yml on n3ddu8/cnxns
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cnxns-0.0.1-py3-none-any.whl -
Subject digest:
d404eeaca4a79926877e8599521518e0dfa4150f544cf53ad4989f2450961e0e - Sigstore transparency entry: 621386481
- Sigstore integration time:
-
Permalink:
n3ddu8/cnxns@3d268a9666ee04dbafb49f1f5a827a56c48aeab3 -
Branch / Tag:
refs/tags/0.1 - Owner: https://github.com/n3ddu8
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@3d268a9666ee04dbafb49f1f5a827a56c48aeab3 -
Trigger Event:
release
-
Statement type: