durable_workflow_drift 0.2.0
durable_workflow_drift: ^0.2.0 copied to clipboard
Drift ORM implementation of CheckpointStore for durable_workflow. Provides type-safe, reactive persistence with code-generated queries.
0.2.0 #
- Implement new
CheckpointStoremethods:saveCheckpoints(),deleteOldTimers(),deleteOldSignals(). - Requires
durable_workflow: ^0.2.0.
0.1.1 #
- Tighten dependency constraints (drift ^2.31.0, sqlite3 ^2.9.4) for downgrade compatibility.
- Rename example file to
example.dartfor pub.dev recognition.
0.1.0 #
- Initial release.
- Drift ORM implementation of
CheckpointStore. - Type-safe, code-generated queries for all persistence operations.
- Support for both in-memory and file-based databases.