I\'m developing an application that needs to store lots of records in an organized way. Specifically, I\'m writing a personal finance app. As you can imagine, this app will
You should use CoreData. It works with SQLite-like queries.