Enumerations
The following enumerations are available globally.
-
A credential for authenticating to the Postgres server.
PostgresClientKit supports
trust,password,md5, andscram-sha-256authentication. The configuration of the Postgres server determines which authentication types are allowed.See moreSee also
Postgres: Client Authentication.Declaration
Swift
public enum Credential -
The available log levels.
See moreDeclaration
Swift
public enum LogLevel : Int, Comparable -
Errors thrown by PostgresClientKit.
See moreDeclaration
Swift
public enum PostgresError : Error