Introduction
Last updated
Last updated
An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based "Data Center Designer" (DCD) tool or via an easy-to-use API.
With IONOS Cloud Database as a Service, you can quickly setup and manage a PostgreSQL database. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
To install the API client library to your local Maven repository, simply execute:
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
Refer to the OSSRH Guide for more information.
Maven users
Add this dependency to your project's POM:
Gradle users
Add this dependency to your project's build file:
Others
At first generate the JAR by executing:
Then manually install the following JARs:
target/ionos-cloud-sdk-dbaas-postgres-1.0.0.jar
target/lib/*.jar
How can I open a bug/feature request? Bugs & feature requests can be open on the repository issues: https://github.com/ionos-cloud/ionos-cloud-sdk-dbaas-postgres/issues/new
Can I contribute to the DBaaS PostgreSQL Java SDK? Pur SDKs are automatically generated using OpenAPI Generator and don’t support manual changes. If you need changes please open an issue and we’ll try to take care of it.