pub async fn run( host: &str, port: u16, resolver: Arc<dyn DbResolver>, ) -> Result<()>
Bind and serve the Postgres read endpoint until the process exits.