Skip to main content

LocalPostgres

Type Alias LocalPostgres 

Source
pub type LocalPostgres = ResolvedPostgres;
Expand description

Backwards-compatible name for a resolved inline-password Postgres binding.

All Postgres backends now use the same resolved handle internally, but local platform consumers historically constructed this public type directly.

Aliased Typeยง

pub struct LocalPostgres { /* private fields */ }