PostgreSQLCredentials
public class PostgreSQLCredentials: Credentials
Contains the credentials for a PostgreSQL service instance. You will typically
receive an instance of this type through cloudEnv.getPostgreSQLCredentials(name: String).
Reference PostgreSQL.
-
The database name from the PostgreSQL service instance credentials.
Declaration
Swift
public let database: String
View on GitHub
PostgreSQLCredentials Class Reference