datapackage_to_postgres_with_options

Function datapackage_to_postgres_with_options 

Source
pub fn datapackage_to_postgres_with_options(
    postgres_url: String,
    datapackage: String,
    options: Options,
) -> Result<(), Error>