Connection
public class Connection
extension Connection: Equatable
Undocumented
-
Undocumented
Declaration
Swift
public static let defaultName: String
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let option: Option
-
Undocumented
Declaration
Swift
public let entities: [Codable.Type]
-
Undocumented
Declaration
Swift
public init(name: String = Connection.defaultName, option: Option, entities: [Codable.Type] = .init())
-
connect()
AsynchronousUndocumented
Declaration
Swift
public func connect() async throws
-
close()
AsynchronousUndocumented
Declaration
Swift
public func close() async throws
-
Undocumented
See moreDeclaration
Swift
public struct Option : Equatable
-
Declaration
Swift
public static func == (lhs: Connection, rhs: Connection) -> Bool