Sqlite2CoreData
Sqlite2CoreData copied to clipboard
Identifying relationships from naming conventions
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
Hi Jason,
Thank you for your suggestion. We'll certainly consider this enhancement after the 1.0 release and let you know.
Thanks, Aditya