* [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)更輕量。