The official Python ORM and connection driver for the CronDB temporal database.
Project description
CronDB Python SDK
The official Object-Relational Mapping (ORM) and connection driver for CronDB, a high-performance, temporal C++ database engine.
Traditional Python architectures force you to build "split-brain" systems to handle time-based events: storing the data in a standard database while pushing the countdown timers to an external task queue or background worker system.
CronDB unifies state and time. You inject finite-state-machine (FSM) timers directly into your database rows. When a state naturally expires, the C++ engine's asynchronous background threads instantly push a webhook directly to your backend server.
No polling. No background workers. No external queues. Just one unified temporal engine.
📦 Installation
pip install crondb-driver
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 src_driver-1.0.2.tar.gz.
File metadata
- Download URL: src_driver-1.0.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7e57b5588b20244634e8910045d3a2924bda4ebb28cf70fb51f60e8a587f98
|
|
| MD5 |
22abf3c2cc8d788095f85f5596b2b00a
|
|
| BLAKE2b-256 |
07cb79649c6baa0f9a876d252937ae7755c781dfa94397d9a86f9f1417cdee4c
|
File details
Details for the file src_driver-1.0.2-py3-none-any.whl.
File metadata
- Download URL: src_driver-1.0.2-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bb32c63cc72a19313d8ca763aaacce584466e34a152e25cbf105023a1aa7503
|
|
| MD5 |
74ff8d877afc7aeac49c168b8dd8b888
|
|
| BLAKE2b-256 |
7f04980a94bce287c884ef5b99cd799cc59931d07a10e18862e0f59730a60b2f
|