pub fn csvs_to_sqlite_with_options(
    db_path: String,
    csvs: Vec<PathBuf>,
    options: Options
) -> Result<Value, Error>