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.
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.