Name
public enum Name : String, CaseIterablesupported names for connection parameters. Defined at PostgreSQL docs.
- 
                  
                  host running the database server DeclarationSwift case host
- 
                  
                  port on host to connect to. Defaults to 5432 DeclarationSwift case port
- 
                  
                  the name of the database to use DeclarationSwift case dbname
- 
                  
                  name to login with DeclarationSwift case user
- 
                  
                  password to login with DeclarationSwift case password
- 
                  
                  how long (in seconds) to wait before giving up on opening a connection DeclarationSwift case connectTimeout = "connect_timeout"
- 
                  
                  psuedo command line parameters DeclarationSwift case options
- 
                  
                  the name of the application connecting. Shown in admin functions. DeclarationSwift case appName = "application_name"
- 
                  
                  which SSLMode to use DeclarationSwift case sslMode = "sslmode"
 View on GitHub
View on GitHub Name Enumeration Reference
        Name Enumeration Reference