Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ntaucci

macrumors newbie
Original poster
Hello everyone,
I want to use core data framework with sqlite. Is there any possibility to create entities (tables) in runtime. With plain sqlite I can create tables programatically, but here like I see all has to be defined and created before runtime.

Thanks.
 
Hello everyone,
I want to use core data framework with sqlite. Is there any possibility to create entities (tables) in runtime. With plain sqlite I can create tables programatically, but here like I see all has to be defined and created before runtime.

Thanks.

No, the idea with CoreData is that you define your schema in XCode. So far as I know (and I'm by no means a CoreData expert), you can't change the schema at run-time.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.