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_configstable. - error
- Unified error type for the storage crate.
- experiments
- Repository for the
experimentstable. - pool
- Connection pool + migration runner.
- projects
- Repository for the
projectstable. - sessions
- Repository for the
sessionstable. - signals
- Repository for the
signalstable.