Function csvs_to_postgres

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