Skip to main content

run_seeder

Function run_seeder 

Source
pub async fn run_seeder(
    db_url: String,
    tables: BTreeMap<String, Vec<Vec<(String, SqlValue)>>>,
) -> Result<(), String>