I'm looking for a C, C++, or Objective-C library that can connect to a MySQL database. I'm aware of libmysqlclient (GPL) and SQLAPI++ (non-GPL).
Are there any alternatives besides SQLAPI++ that can be included in a non-GPL project?
|
I'm looking for a C, C++, or Objective-C library that can connect to a MySQL database. I'm aware of libmysqlclient (GPL) and SQLAPI++ (non-GPL). Are there any alternatives besides SQLAPI++ that can be included in a non-GPL project?
| |||||||
feedback
|
|
iODBC is BSD-licensed, and provides an ODBC client implementation. The user could then install the MySQL Connector/ODBC to interface with the MySQL server. | |||
|
feedback
|
|
Try SOCI or POCO. Both are under the Boost Software License. EDIT: Indeed you are right. And it seems you're in a hot spot and would have to buy a MySQL license, at least according to the following | ||||
|
feedback
|