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
You might want to look at SOCI. Although it builds upon the MySQL C API, it presents a much nicer C++-friendly interface than using the C bindings.