Expand description
SQLite-backed CheckpointBackend implementation.
Replaces file-based checkpoint.json + events.jsonl with a unified
SQLite store. All methods are synchronous; async sqlx calls are bridged
via block_in_place + Handle::block_on.
Structsยง
- Sqlite
Checkpoint Backend - SQLite-backed checkpoint backend.