durable_workflow_sqlite library
SQLite implementation of CheckpointStore for durable_workflow.
Provides SqliteCheckpointStore backed by sqlite3 FFI, with automatic schema migration and WAL journal mode.
Classes
- SchemaValidationResult
- Result of a runtime schema validation check.
- SqliteCheckpointStore
-
SQLite-backed implementation of
CheckpointStore.
Constants
- schemaVersion → const int
- Current schema version.
Functions
-
migrate(
Database db) → void -
Runs schema migrations based on the
user_versionPRAGMA.