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