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

Latest commit

 

History

History
12 lines (10 loc) · 206 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 206 Bytes

qovery-go-sdk

Get Qovery instance

qovery := qovery.New()
db := qovery.GetDatabaseConfigurationByName("my-pql")

host := db.Host
port := db.Port
username := db.Username
password := db.Password