Skip to main content

Module sqlite

Module sqlite 

Source
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§

SqliteHistory
SQL-backed RunHistory. See crate::serve::history::sql for the shared schema + semantics.