pub async fn create_db_pool( database_url: Option<String>, ) -> Result<Pool<Postgres>, Error>
Setup the application with the given database pool.