pub async fn new_pool() -> Result<Pool<Postgres>>
Create a new database pool.
Will return an error if the database URL can’t be read, or if the connection to the database can’t be established.