Official Python SDK for TrashDB — ephemeral database containers on demand
Project description
TrashDB Python SDK
Official Python SDK for TrashDB — ephemeral database containers on demand.
from trashdb import TrashDB, TrashDBOptions, CreateContainerParams
db = TrashDB(TrashDBOptions(api_key="trdb_your_key_here"))
container = db.create_container(CreateContainerParams(engine="postgres", ttl_minutes=5))
print(container.connection_string)
Installation
pip install trashdb
Documentation
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
trashdb-0.1.0.tar.gz
(4.5 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 trashdb-0.1.0.tar.gz.
File metadata
- Download URL: trashdb-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
254d6b374f62d01236c008bc5ac3c475f1336d1848da96a5a8b903727a3e5b96
|
|
| MD5 |
63b1f6d731d7c1037030dea79e612345
|
|
| BLAKE2b-256 |
fc583f77edd5191344eed9d860392dc9785100ea568f77e96a0781b49d437210
|
File details
Details for the file trashdb-0.1.0-py3-none-any.whl.
File metadata
- Download URL: trashdb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2b24d81d73e11cfa14c170a771bb525be6f13c4d79d5763b38b694757d0c584
|
|
| MD5 |
6069038fc520ac445cbc724af5ce87f8
|
|
| BLAKE2b-256 |
6078b8e79f1341386ea732b27f156206f96468dadf033ff7b72593f8e6322e1a
|