Function csvs_to_sqlite

Source
pub fn csvs_to_sqlite(
    db_path: String,
    csvs: Vec<PathBuf>,
) -> Result<Value, Error>