4 ms·
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 M
by ConceitedCode 15y 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.