iOS 数据库
引言
数据的存储离不开数据库,一个良好的数据库的管理,离不开技术选型。
SQLite
操作 SQLite 的第三方工具类库
FMBD
MagicalRecord
CoreData
Core Data is a framework that you use to manage the model layer objects in your application. It provides generalized and automated solutions to common tasks associated with object life cycle and object graph management, including persistence.
Realm
参考资料