I'm quite new to Core Data. My understanding is that it's an object graph manager, and that differs from a database. In that, some functionalities are to be implemented by the programmer.
Before writing some logic that has a better and more optimized counterpart in the coredata framework: Is it possible to add unique keys? Like entityA.name=@"jem"
, entityB.name=@"jem"
, fail to insert entityB due to a name already in use?
thanks :-) Jem.