durable_workflow_sqlite 0.1.1
durable_workflow_sqlite: ^0.1.1 copied to clipboard
SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.
0.1.1 #
- Tighten dependency constraints (sqlite3 ^2.9.4, meta ^1.18.2) for pub.dev scoring.
- Rename example file to
example.dartfor pub.dev recognition.
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.