Available on crate features
serve-history-sqlite and serve only.Expand description
SQLite-backed run history (serve-history-sqlite, Phase 5 of #127).
Connection setup only — the schema, statements, and RunHistory impl are
shared with Postgres via impl_sql_history!.
Structs§
- Sqlite
History - SQL-backed
RunHistory. Seecrate::serve::history::sqlfor the shared schema + semantics.