C++ bindings for MySQL
问题 I'm running OSX(10.4.11) & I'm trying to get a decent C(preferably C++) binding for MySQL figured out. I have some data in an offsite database I want to analyze. I'm trying to get MySQL++ working, but it's being funky. I'm looking for other bindings, preferably ones with a no-headache install. edit: MySQL has C bindings. Clunky and low-level, but it works(after some library fiddling). http://www.sqlapi.com/ supports Solaris/Windows/Linux. 回答1: MySQL Connector/C++ is a C++ implementation of