Skip to main content

Crate evolve_storage

Crate evolve_storage 

Source
Expand description

evolve-storage: SQLite persistence for Evolve.

Opens a single database at the configured path (default ~/.evolve/evolve.db), applies embedded migrations, and exposes repository structs per table.

Re-exports§

pub use error::StorageError;
pub use pool::Storage;

Modules§

agent_configs
Repository for the agent_configs table.
error
Unified error type for the storage crate.
experiments
Repository for the experiments table.
pool
Connection pool + migration runner.
projects
Repository for the projects table.
sessions
Repository for the sessions table.
signals
Repository for the signals table.