MCPcopy Create free account
hub / github.com/actix/examples / DbConfig

Class DbConfig

databases/postgres/src/config.rs:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#[derive(Debug, Deserialize)]
12#[serde(transparent)]
13pub struct DbConfig(deadpool_postgres::Config);
14
15impl From<DbConfig> for deadpool_postgres::Config {
16 fn from(value: DbConfig) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected