Classes
The following classes are available globally.
-
An implementation of
See moreSwiftKuery.Connectionprotocol for MySQL. Instances of MySQLConnection are NOT thread-safe and should not be shared between threads. UseMySQLThreadSafeConnectionto share connection instances between multiple threads.Declaration
Swift
public class MySQLConnection: Connection
-
An implementation of query result fetcher.
See moreDeclaration
Swift
public class MySQLResultFetcher: ResultFetcher
-
A thread-safe implementation of
See moreSwiftKuery.Connectionprotocol for MySQL. Instances of MySQLThreadSafeConnection can be safely shared between multiple threads.Declaration
Swift
public class MySQLThreadSafeConnection: MySQLConnection
View on GitHub
Classes Reference