1 2 3 4 5
pub async fn get_database_url() -> String { dotenv::dotenv().ok(); std::env::var("DATABASE_URL").expect("DATABASE_URL must be set") }