Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 是否有适用于 Cocoa 的 ORM 框架,或使用不同技术实现类似目标的框架?
是否有任何正在积极开发中提供 ORM 功能的框架?我只是讨厌必须附加 Core Data 中的数据模型才能使用的事实。我想使用普通对象,当我想保存等时,我告诉持久性框架这样做。就像 Java 中的 JPA 实现一样。
你可能想试试MagicalRecord