Sqlite2CoreData
Sqlite2CoreData copied to clipboard
Tool to migrate Standard Sqlite Database to Core Data
Had a lot of challenges running this against a generic sqlite database I had but here are some things I found out that you may want to put on the...
Hello , I like very much your tool as I will be using it to transform an SQLite database to the coredata model. However there is something I do not...
SQLite database contained char and bit datatype and when Sqlite2CoreData was unable to reconganize it and thus make datatype in the model undefined. -A
I just started working with Sqlite2CoreData and its pretty cool!! I've started looking at the code in an effort to create relationships from columns like "some_thing_id". Relying on the ruby...