cxr0715
Results
1
comments of
cxr0715
but I use MySQLManager connected is Singleton whit thread-safe ```swift class MySQLManager { var mysql : MySQL! static let shareInstance : MySQLManager = { let instance = MySQLManager() let testHost...