durable_workflow_sqlite 0.2.1
durable_workflow_sqlite: ^0.2.1 copied to clipboard
SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.
0.2.1 #
- Widen
metaconstraint from^1.18.2to^1.18.0for Flutter SDK compatibility.
0.2.0 #
- Implement new
CheckpointStoremethods:saveCheckpoints(),deleteOldTimers(),deleteOldSignals(). saveCheckpoints()now has@overrideannotation (was missing).- Requires
durable_workflow: ^0.2.0.
0.1.2 #
- Widen sqlite3 constraint to
>=2.9.4 <4.0.0for sqlite3 3.x compatibility.
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.