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