headless_lms_server::programs::mailchimp_syncer

Function initialize_database_pool

Source
async fn initialize_database_pool(database_url: &str) -> Result<PgPool>
Expand description

Initializes the PostgreSQL connection pool from the provided database URL.