tX.tDataStore — database gateway package with INI-driven config and unified async CRUD API.
Project description
ticrobe.datastore
Database gateway package. See the project README for full documentation.
Quick start
from ticrobe.datastore import DataStore
db = DataStore("db.ini")
await db.connect()
await db.create_table({"table_name": "item", "columns": {"id": "SERIAL PRIMARY KEY", "name": "TEXT NOT NULL"}})
item = await db.create({"name": "example"}, returning=("id", "name"))
await db.disconnect()
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 ticrobe_datastore-26.4.1.tar.gz.
File metadata
- Download URL: ticrobe_datastore-26.4.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb4efcf9811a8d055984d7a6821e6a635581792720f2271c2d80a0b94763e8ab
|
|
| MD5 |
944a174aea0cdaf952487bfc99c7cc09
|
|
| BLAKE2b-256 |
b0b56a5fa592a3d3e9b86cc283c2b22d393f92d5845ed6c95e7cd5eb6cd25ace
|
File details
Details for the file ticrobe_datastore-26.4.1-py3-none-any.whl.
File metadata
- Download URL: ticrobe_datastore-26.4.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f88733f29719947853773c4f8d25f8a576ccafe93ec286e8194ba81e658a63c
|
|
| MD5 |
8e2f5005fe61e31d95fad2892634d618
|
|
| BLAKE2b-256 |
f12271ff3edb3efe29895a4086403b69dc2d514834c098971739290c3fc202b0
|