pub async fn create_postgres_pool(store_addrs: &[String]) -> Result<Pool>
Creates a pool for the Postgres backend.
It only use first store addr to create a pool.