Skip to main content

Module postgres

Module postgres 

Source

Structs§

PostgresStore
Clone is derived because the underlying PgPool is itself Clone (it’s Arc<PoolInner> internally) — cloning the store hands back a new wrapper around the same connection pool. Required so engine composition (EngineState<S>) can derive Clone and pass through axum with_state.