durable_workflow_sqlite 0.1.1 copy "durable_workflow_sqlite: ^0.1.1" to clipboard
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.dart for pub.dev recognition.

0.1.0 #

  • Initial release.
  • SQLite implementation of CheckpointStore using sqlite3 FFI.
  • Schema migration support for forward-compatible upgrades.
  • Transaction-safe checkpoint persistence.
  • Full contract compliance with durable_workflow persistence interface.
0
likes
0
points
32
downloads

Publisher

verified publisherbrodykim.work

Weekly Downloads

SQLite implementation of CheckpointStore for durable_workflow. Uses sqlite3 FFI for high-performance local persistence.

Repository (GitHub)
View/report issues

Topics

#workflow #sqlite #persistence #checkpoint

License

unknown (license)

Dependencies

durable_workflow, meta, sqlite3

More

Packages that depend on durable_workflow_sqlite