crondb-driver
v1.0.0
Published
The official Node.js ORM and connection driver for the CronDB temporal database engine.
Maintainers
Readme
CronDB Node.js SDK
The official asynchronous ORM driver for CronDB, a high-performance, temporal C++ database engine.
Traditional architectures force you to build "split-brain" systems to handle time-based events: storing the data in a database while pushing the timers to an external task queue.
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 threads instantly push a webhook to your Node.js server.
No polling. No external queues. Just one unified temporal engine.
📦 Installation
npm install crondb