SugarRecord
SugarRecord copied to clipboard
CoreData/Realm sweet wrapper written in Swift
Happens in `cdiCloudInitializeStore` because of force-unwrapping a result of `URLForUbiquityContainerIdentifier` when user is not logged in to iCloud. How about safe checking?
## What Support for third part frameworks, like Core functionalities, etc ## Context `CoreDataGenerated` entity files is not visible for apps working with frameworks using SugarRecord as dependency.
## What Running `pod install` on the Example project fails ## Context I downloaded the SugarRecord project as a zip and tried to run `pod install` in the Example project....
## What The last CoreData version provides a stack, that contains the database setup and an API for executing operations against the database. The purpose of this task is updating...
Hi, I'd like to ask what's the correct way to update a Realm Object that doesn't have primary key in 1 closure? I tried remove + insert but it gave...
## What After the refactor some unit tests are broken. Fix them and make sure Travis passes.
### Short description Adds a method `Context.count` and implement it in the `NSManagedObjectContext` extension. ### Solution Counting number of results without getting the objects is a useful functionality, specially when...
## What when I update the entity first it works , but it failed when I update it again with different data; ## Context > Here is my code: //...
## What I got an error when using ```CoreDataObservable``` ``` [error] error: Serious application error. An exception was caught from the delegate of NSFetchedResultsController during a call to -controllerDidChangeContent:. -[UICollectionViewUpdateItem...