Currently it just sits on top of Sqlite. I wanted to keep with the whole 'lightweight' concept. Also, all of the apps I have made have used very basic schemas and using CoreData was a bit more overhead than I needed. I wanted to make a library that was easy to setup and use. Making it easy to transition to core data isn't a bad idea though.
Comments
Currently it just sits on top of Sqlite. I wanted to keep with the whole 'lightweight' concept. Also, all of the apps I have made have used very basic schemas and using CoreData was a bit more overhead than I needed. I wanted to make a library that was easy to setup and use. Making it easy to transition to core data isn't a bad idea though.