mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-17 06:27:02 +01:00
Added ability to use non-contiguous transactions to be done on the main thread. This is useful for temporary changes such as partial input forms.
This commit is contained in:
@@ -40,7 +40,7 @@ private let defaultSQLiteStoreURL = applicationSupportDirectory.URLByAppendingPa
|
||||
/**
|
||||
The DataStack encapsulates the data model for the Core Data stack. Each DataStack can have multiple data stores, usually specified as a "Configuration" in the model editor. Behind the scenes, the DataStack manages its own NSPersistentStoreCoordinator, a root NSManagedObjectContext for disk saves, and a shared NSManagedObjectContext designed as a read-only model interface for NSManagedObjects.
|
||||
*/
|
||||
public class DataStack {
|
||||
public final class DataStack {
|
||||
|
||||
// MARK: Public
|
||||
|
||||
|
||||
Reference in New Issue
Block a user