Skip to main content

Crate synwire_checkpoint_sqlite

Crate synwire_checkpoint_sqlite 

Source
Expand description

§synwire-checkpoint-sqlite

SQLite checkpoint backend for Synwire.

Provides SqliteSaver implementing BaseCheckpointSaver with SQLite persistence, using mode 0600 file permissions and configurable max_checkpoint_size.

Modules§

saver
SQLite-backed checkpoint saver implementation.
schema
Database schema for the SQLite checkpoint backend.