Skip to main content

builtin_connection_url

Function builtin_connection_url 

Source
fn builtin_connection_url(state: &State, name: &str) -> Option<String>
Expand description

URLs for built-in connection names that resolve without a prior postgres-connect registration. An explicit postgres-connect with the same name takes precedence, since state.postgres_clients is consulted first.