Tagged Questions

5
votes
4answers
275 views

Core Data VS Sqlite or FMDB…?

Now this might look like a duplicate thread, but my question is that I have read a lot of questions like.. Core Data vs SQLite 3 and others but these are 2-3 years old. I have also read that FMDB was ...
3
votes
3answers
79 views

CoreData or SQLite for iOS aggregation

I have an iPhone app that requires local storage. My initial thought was to use core data, which is fine for a most of the app, however a major chunk is using aggregations on the data. In SQLite ...
0
votes
1answer
82 views

Accessing CoreData tables from fmdb

I'm using CoreData in my application for DML statements and everything is fine with it. However I don't want use NSFetchedResultsController for simple queries like getting count of rows, etc. I've ...
0
votes
4answers
1k views

Has anyone tried any of the SQLite3 wrapper APIs for easier database functionality on the iPhone?

Coming from a non-SQL background, I've been having a hard time absorbing SQLite3 for the past few days. Has anyone had any good results using any of the SQLite3 wrapper APIs out there? Do they work ...