CoreData dynamically create db

77 views Asked by At

I want to create app where you can add projects and save them in CoreData. For every project the app should create separate .sqlite file. How can I achieve that? My idea is to NSManagedObject and NSPersistentStoreCoordinator for every project, is this good approach?

0

There are 0 answers