Structure
MySQLConnectionSource
A
ConnectionPoolSource providing MySQL database connections for a given MySQLConfiguration.struct MySQLConnectionSource
Topics
Initializers
Instance Properties
let configuration: MySQLConfigurationAMySQLConfigurationused to create connections.
Instance Methods
func makeConnection(logger: Logger, on: any EventLoop) -> EventLoopFuture<MySQLConnection>Creates a new connection.
Relationships
Conforms To
AsyncKit.ConnectionPoolSource