PerfectlySoft / Perfect-MySQL

A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.
https://www.perfect.org
Apache License 2.0
128 stars 61 forks source link

MariaDB compatibility? #8

Open collinhundley opened 8 years ago

collinhundley commented 8 years ago

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 found for -lmysqlclient for architecture x86_64. Is there any way this module could be used with MariaDB?