Skip to main content

Module state

Module state 

Source

Re-exports§

pub use chain_state_dir::open_chain_state_db;
pub use job_state_dir::open_job_state_db;
pub use sqlite_job_state::SqliteJobStateStore;

Modules§

chain_state_dir
Per-chain-subtask SQLite database under {work_dir}/chains/{subtask_index}/chain.db.
job_state_dir
Open the job-level SQLite database under a work directory.
sqlite_job_state