PingDart Direct Database SDK for Python
Project description
PingDartDB Python SDK
The official direct database driver for PingDart in Python.
Installation
pip install pingdartdb
Usage
from pingdartdb import PingDartDB
db = PingDartDB("pd_your_license_key_here", {
"host": "localhost",
"user": "root",
"password": "password",
"database": "pingdart_test",
"type": "mysql"
})
db.connect()
# Read data
result = db.table('users').read({'conditions': {'status': 'active'}})
print(result)
db.close()
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
pingdartdb-1.0.0.tar.gz
(7.3 kB
view details)
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 pingdartdb-1.0.0.tar.gz.
File metadata
- Download URL: pingdartdb-1.0.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bbd6197dd735972b5cbdedb8d547b4f12e091e9cf4bf4781f60e6a79a21d2e5
|
|
| MD5 |
fd2a058e6a1cf8a1823baf5e3552e149
|
|
| BLAKE2b-256 |
2121af245212d84bc2340337609a831a05fedb3077b2a9a9af07340aa1ba93b5
|
File details
Details for the file pingdartdb-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pingdartdb-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff2cc93406efb580be02d3837f91ed3be2b879db9ea077e4ad876339a85e9fc
|
|
| MD5 |
dd36150f22cc32b0191f5e181759657e
|
|
| BLAKE2b-256 |
d0067099fd21c2761e18d56a6515c2abeec434d13d295edf08d727c5a2b59372
|