Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

File metadata and controls

14 lines (10 loc) · 280 Bytes

qovery-java-sdk

Get Qovery instance

Qovery qovery = new Qovery();

DatabaseConfiguration db = qovery.getDatabaseConfiguration("my-pql");

String host = db.getHost();
int port = db.getPort();
String username = db.getUsername();
String password = db.getPassword();