Perfect-MySQL
Perfect-MySQL copied to clipboard
A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.
When fetching a row such as `row = results.next()` it returns an Element, and getting the fields using `row[0]` etc. This makes ugly code. In other languages I can do...
This permit to fetch every field data by field name, it adds confidence for extracting data, and you know that if you want to extract the name from a row...
Added support for other MySQL versions past 5.7 by adding "typealias my_bool = CBool" to code
error: use of unresolved identifier 'my_bool' swift5 & xcode10.2 & mysql8.0
Can you please update this repo for any version of libmysql-dev beyond 5.7 (preferably 8)? I have to downgrade every day when I try to run since I am running...
Looking for a cross OS MySQL client - this looked promising ! Did get it to build and worked on Ubuntu, but will not build on Big Sur. Did a...
Perfect-MySQL中的my_bool类型报错,还有MySQL.Swift中的exposedOptionToMySQLOption方法报错
Add support for "LOCK TABLES" and "UNLOCK TABLES"
This is a dev ops question, not a code question, so apologies for that. But, I just posted a Perfect-mySQL question on Server Fault (https://serverfault.com/questions/1002421/what-actions-are-needed-for-perfect-mysql-for-aws-for-update-your-amazon-rds-ss) and not sure if people...