Skip to main content

Module checkpoint

Module checkpoint 

Source
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ยง

SqliteCheckpointBackend
SQLite-backed checkpoint backend.