durable_workflow_sqlite 0.1.0
durable_workflow_sqlite: ^0.1.0 copied to clipboard
SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.
0.1.0 #
- Initial release.
- SQLite implementation of
CheckpointStoreusing sqlite3 FFI. - Schema migration support for forward-compatible upgrades.
- Transaction-safe checkpoint persistence.
- Full contract compliance with
durable_workflowpersistence interface.