Skip to main content

run

Function run 

Source
pub async fn run(
    host: &str,
    port: u16,
    resolver: Arc<dyn DbResolver>,
) -> Result<(), Error>
Expand description

Bind and serve the Postgres read endpoint until the process exits.