Function create_postgres_pool

Source
pub async fn create_postgres_pool(store_addrs: &[String]) -> Result<Pool>
Expand description

Creates a pool for the Postgres backend.

It only use first store addr to create a pool.