Reputation: 4520
How do you connect to MySQL from within an Objective-C application?
Upvotes: 1
Views: 534
Reputation:
You can use the MySQL C API directly. If you need an example you can look at the source code of Sequel Pro, an open-source MySQL management tool.
Upvotes: 3