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.