add realm 数据库

This commit is contained in:
ylgwhyh 2024-03-16 17:22:28 +08:00
parent c0e32ab30e
commit f780093ba1
2 changed files with 3 additions and 0 deletions

View File

@ -571,6 +571,7 @@ A curated list of iOS objective-C ecosystem.
* [PersistentStorageSerializable](https://github.com/IvanRublev/PersistentStorageSerializable) - Swift library that makes easier to serialize the user's preferences (app's settings) with system User Defaults or Property List file on disk. :large_orange_diamond:
* [StorageKit](https://github.com/StorageKit/StorageKit) - Your Data Storage Troubleshooter 🛠 .
* [sequelpro](https://github.com/sequelpro/sequelpro) - MySQL/MariaDB database management for macOS.
* [realm](https://github.com/realm) - 跨平台的移动数据库引擎.
#### 缓存处理@
@ -2255,6 +2256,7 @@ FLEX正因为是注入式的所以不需要在链接LLDB或者Xocde或者
* [Reveal分析iOS UI的利器](http://revealapp.com/)
* [Reveal-Plugin-for-XCode](https://github.com/shjborage/Reveal-Plugin-for-XCode) - 一个Reveal插件可以使工程不作任何修改的情况下使用Reveal该插件已在Alcatraz上架
* [Lookin iOS免费UI调试利器](https://lookin.work/)
#### AppleWatch
* [Tesla汽车AppleWatch app demo演示](https://github.com/eleks/rnd-apple-watch-tesla) - 通过AppleWatch控制特斯拉汽车同时可以看到汽车的相关信息比如剩余电量、可续行里程等以及解锁/上锁车门、调节司机和乘客的四区域空调温度、开启车辆大灯、定位汽车等。[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。

View File

@ -343,6 +343,7 @@ A curated list of iOS objective-C ecosystem.
* [Disk](https://github.com/saoudrizwan/Disk) Delightful framework for iOS to easily persist structs, images, and data.
* [FileKit](https://github.com/nvzqz/FileKit) - 提供了简单和富有表现力的文件管理.
* [UserDefaultsStore](https://github.com/omaralbeik/UserDefaultsStore) - Why not use UserDefaults to store Codable objects 😉.
* [realm-swift](https://github.com/realm/realm-swift) - 跨平台的移动数据库引擎.
#### 缓存处理@
* [Cache.swift](https://github.com/soffes/Cache) - 一款简单、易用的缓存库。支持 MemoryCache, DiskCache 以及前两项组合的 MultiCache。