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