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.1.0.tar.gz (4.4 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.1.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file ticrobe_datastore-26.1.0.tar.gz.

File metadata

  • Download URL: ticrobe_datastore-26.1.0.tar.gz
  • Upload date:
  • Size: 4.4 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.1.0.tar.gz
Algorithm Hash digest
SHA256 436177e59aa1146f379b4c2cdcb5eaecf997e4f3ff5322c6d3d76835ed5f6f6e
MD5 869c044e02b4dae0b72cee6602d42b24
BLAKE2b-256 cd7006702b7cb80aeb405253b3084249cb0f1d5905433cc58f42d9a457d7fb46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ticrobe_datastore-26.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 070775f52dfeff142b744150ab07d554d4759c658f93b4f4daacf312ee0cc863
MD5 0c2897fead5db1cdcc9d10cf220c4223
BLAKE2b-256 b947c527826ca0c9524f7888d93751cdf62ae20f560c6ec826db70fe1f2bbf9e

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