ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
* [FMDB](https://github.com/ccgus/fmdb) – sqlite的工具, [多线程FMDatabaseQueue实例](https://github.com/tangqiaoboy/FmdbSample),[FMDB数据库的使用演示和封装工具类](https://github.com/liuchunlao/LVDatabaseDemo)。 * [GXDatabaseUtils](https://github.com/Gerry1218/GXDatabaseUtils) – 在FMDB基础上的工具。 * [realm-cocoa](https://github.com/realm/realm-cocoa) – Realm是一个真正为移动设备打造的数据库,同时支持Objective-C和Swfit。Realm宣称其相比Sqlite,在移动设备上有着更好的性能表现。 * [Breeze](https://github.com/andrelind/Breeze) – 用Swift写的一个轻量级的CoreData管理工具,并且还支持iCloud 。 * [AlecrimCoreData](https://github.com/Alecrim/AlecrimCoreData) – Swift,更容易地访问 CoreData 对象封装类库。除了 CRUD,还提供指针定位,强大的排序、筛选,异步数据获取,以及独立线程后台存取数据。 * [CoreStore](https://github.com/JohnEstropia/CoreStore) – Core Data 管理类库。 其中事务管理及查询是其比较大的亮点,整套 API 功能完整。 * [Presentation](https://github.com/hyperoslo/Presentation) – 重量级好项目 Presentation,它可以方便你制作定制的动画式教程、Release Notes、个性化演讲稿等。 * [CoreValue](https://github.com/terhechte/CoreValue) – Swift 2 版 Core Data 封装库。相比另外两个 [SwiftRecord](https://github.com/arkverse/SwiftRecord)和 [CoreStore](https://github.com/JohnEstropia/CoreStore)更轻量。