Instance Method
authenticate(username:database:password:logger:)
func authenticate(username: String, database: String? = nil, password: String? = nil, logger: Logger = .init(label: "codes.vapor.postgres")) -> EventLoopFuture<Void>
Instance Method
func authenticate(username: String, database: String? = nil, password: String? = nil, logger: Logger = .init(label: "codes.vapor.postgres")) -> EventLoopFuture<Void>