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