Hi Charles,
We currently provide a library as part of Sequel Pro which handles the connection part and the business of running queries, although you'll have to construct queries yourself for the time being. If you've got the latest Sequel Pro source, take a look at Frameworks/SPMySQLFramework . That includes its own Xcode project file (which is used as a subproject in Sequel Pro), and while there's no separate documentation, you should hopefully find enough in the header files and source.
Feedback appreciated!
Rowan
On 9 Aug 2012, at 14:52, Charles Vincent wrote:
> Good morning! I am developing a Mac OSX App that I would like to connect to a MySQL database for the data portion of the app. How do I go about using MySQL with my Mac App? I know you have to install a framework to be able to connect to a database but I haven't found a way to do so with the Sequel Pro Source code. Help! :-)
>
> --
> You received this message because you are subscribed to the Google Groups "Sequel Pro" group.
> To view this discussion on the web visit
https://groups.google.com/d/msg/sequel-pro/-/vvVl-GUme-UJ.
> To post to this group, send email to
seque...@googlegroups.com.
> To unsubscribe from this group, send email to
sequel-pro+...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/sequel-pro?hl=en.
>