csvs_to_postgres_with_options

Function csvs_to_postgres_with_options 

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