use ;
use ;
/// The database documents are read from. Today that's always Postgres.
///
/// The connection is stored unresolved (a literal or an environment reference)
/// and resolved at runtime by [`resolve_connection_url`](Source::resolve_connection_url),
/// so a compiled config carries no secret it wasn't given literally.