Enumerations

The following enumerations are available globally.

  • A credential for authenticating to the Postgres server.

    PostgresClientKit supports trust, password, and md5 authentication. The configuration of the Postgres server determines which authentication types are allowed.

    See more

    Declaration

    Swift

    public enum Credential
  • The available log levels.

    See more

    Declaration

    Swift

    public enum LogLevel : Int, Comparable
  • Errors thrown by PostgresClientKit.

    See more

    Declaration

    Swift

    public enum PostgresError : Error