I've created an application which contains Core Data entities with many-to-many relationships, programmatically compiled and linked from various sources on the web (JSON / Parse.com) which I use in my application.
It takes about 30 minutes to import all the data and generate all the relationships and data and compile this to Core Data (sqlite).
I've already create the app and preloaded the sqlite database which is shipped with the app. My plan now however is migrating this data to Ruby on Rails.
Is it possible to take the .sqlite and import this in Ruby On Rails and just create the models?