文章目录
  1. 1. 引言
  2. 2. SQLite
    1. 2.1. FMBD
    2. 2.2. MagicalRecord
  3. 3. CoreData
  4. 4. Realm

引言


数据的存储离不开数据库,一个良好的数据库的管理,离不开技术选型。

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


参考资料


文章目录
  1. 1. 引言
  2. 2. SQLite
    1. 2.1. FMBD
    2. 2.2. MagicalRecord
  3. 3. CoreData
  4. 4. Realm