Which are the most noteable things which make working with Core Date so different than with MySQL?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-06-02T15:59:23Z
Indexed on
2010/06/02
16:04 UTC
Read the original article
Hit count: 152
One thing I have in mind is, that datasets in Core Data (or lets say: managed objects) have no ID like known from other databases such as MySQL. Also, they're not in a specific guaranteed order.
What else makes Core Data much more "special" compared to working with a relational database like MySQL? Besides the whole object graph persisting and ORM stuff?
© Stack Overflow or respective owner