Hacker News new | ask | show | jobs
by ConceitedCode 5551 days ago
Depends on the app but generally speaking I would use CoreData to map the object and store it in SQLite database.

I can't think of any reason you would use a MySQL wrapper. If I wanted to get something from a MySQL database I would set up a REST api on my server.