Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ticrobe_datastore-26.4.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ticrobe_datastore-26.4.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

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

Hashes for ticrobe_datastore-26.4.1.tar.gz
Algorithm Hash digest
SHA256 cb4efcf9811a8d055984d7a6821e6a635581792720f2271c2d80a0b94763e8ab
MD5 944a174aea0cdaf952487bfc99c7cc09
BLAKE2b-256 b0b56a5fa592a3d3e9b86cc283c2b22d393f92d5845ed6c95e7cd5eb6cd25ace

See more details on using hashes here.

File details

Details for the file ticrobe_datastore-26.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ticrobe_datastore-26.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5f88733f29719947853773c4f8d25f8a576ccafe93ec286e8194ba81e658a63c
MD5 8e2f5005fe61e31d95fad2892634d618
BLAKE2b-256 f12271ff3edb3efe29895a4086403b69dc2d514834c098971739290c3fc202b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page