Function datapackage_to_postgres

Source
pub fn datapackage_to_postgres(
    postgres_url: String,
    datapackage: String,
) -> Result<(), Error>