pub async fn initialize_db_with_migrations_async(
    db_url: &str
) -> Result<(), DbBuilderError>