Skip to main content

Module postgres

Module postgres 

Source
Available on crate features serve-history-postgres and serve only.
Expand description

Postgres-backed run history (serve-history-postgres, Phase 5 of #127). Connection setup only — the schema, statements, and RunHistory impl are shared with SQLite via impl_sql_history!.

Structs§

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