Class
MySQLConnection
final class MySQLConnection
Topics
Instance Properties
Instance Methods
func close() -> EventLoopFuture<Void>func send(any MySQLCommand, logger: Logger) -> EventLoopFuture<Void>func withConnection<T>((MySQLConnection) -> EventLoopFuture<T>) -> EventLoopFuture<T>
Type Methods
Relationships
Conforms To
MySQLDatabaseSwift.SendableSwift.SendableMetatype