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 / rails convention this would be interpreted as a relationship to the "some_things" table where some_things.id = some_thing_id.
I thought I had it but ended up corrupting the model such that it won't load.
Would you consider incorporating such capability in or maybe some pointers.
Thanks,
Jason