Perfect-MySQL icon indicating copy to clipboard operation
Perfect-MySQL copied to clipboard

A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.

Results 27 Perfect-MySQL issues
Sort by recently updated
recently updated
newest added

how can I use [MySQLDatabaseConfiguration][1] to connect to a **Google Cloud** that requesting certificates? I used it to connect to a local database, but I don't understand how I can...

https://dev.mysql.com/doc/refman/5.7/en/mysql-commit.html https://dev.mysql.com/doc/refman/5.7/en/mysql-rollback.html Return Values Zero for success. Nonzero if an error occurred.

Allows for something like: params.flatMap{$0}.map { mysqlStatement.bindParam($0) }

Ubuntu 16.04 with 2016-06-20 Swift and 'swift build' yields: Cloning https://github.com/PerfectlySoft/Perfect-mysqlclient-Linux.git HEAD is now at fff9275 Update Package.swift Resolved version: 0.3.0 warning: clang++ not found: this will cause build failure...

I came across this library and thought of contributing to it. Cloned the repo on the system and started with tests. When I ran `swift test` after `swift build`, encountered...

libmysqlclient-dev is installed. I don't observe "MYSQL_SERVER_PUBLIC_KEY" in the MySQL headers. CloudFoundry uses Ubuntu 14.04. Ubuntu 14.04 with 2016-06-20 Swift and 'swift build' yields: note: you may be able to...

MariaDB is generally a drop-in replacement for MySQL, but attempting to build this module with MariaDB installed on the system (instead of MySQL) results in the error `ld: library not...