OK, I've manage to spend some time with the MySQL connection framework for Obj-C and a new release have been made public.
Content filed under "OS X"
The project is coming along great. We have the base functionality in place, tested and mostly working.
This weekend, I've planned to complete the STMT support for parametrized queries and start to write a little test application that uses the library to do some admin stuff as a proof of concept.
I've just set up a google code project to host my next project, "MySQL for Obj-C". The project has only one simple goal.
"Enabling Obj-C developers to easily and in a (natural or maybe native?) Obj-C way talk with MySQL servers."
When developing on the Apple platform, one will get a free IDE and free developer tools. That's nice. No extra charge, just download and install from Apple.
But how good is the free IDE, Xcode.
Apple is known to make things simple, right?
Well, as it turns out, they have definitely forgotten about developers, we don't get all the fancy helpers and nice applications (sexy applications) that we actually could get if Apple just put some effort in it.

