Mohamed Salem
Mohamed Salem

Reputation: 161

iOS: Accessing MySQL DB directly?

While googling this issue, I found this: MySQL Connector written by Karl Kraft. Has anyone tried it successfully? Is there any better libraries for this issue? Any tutorials?

I know I can access DBs through REST Web Services, but I have no PHP Programmers to configure it for me.

Upvotes: 1

Views: 848

Answers (1)

Mike Z
Mike Z

Reputation: 4111

You will be so much happier if you just write a REST service. It is incredibly easy, especially on Rails. See this link.

In 6 minutes he shows you how to create a RESTful service that supports creating, updating, and deleting.

Upvotes: 3

Related Questions