• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ios - Realm :多个实例,每个实例都有自己的配置

[复制链接]
菜鸟教程小白 发表于 2022-12-11 19:55:49 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我的应用程序使用两个独立的 Realm 实例(第二个来自库)。

应用程序本身使用 Realm.Configuration.defaultConfuguration 并且库创建自己的配置 (Realm.Configuration(...))。

在运行时(使用 Realm Browser 检查后),我们看到两个实例(每个实例都存在于自己的文件中)包含来自两个 Realm 的模型。当然,这对迁移有影响。

我知道当两者使用相同的配置时,我们应该设置 configuration.objectTypes ,但我没想到每个实例都有自己的配置时这很重要。

两个不同的配置如何在它们之间共享任何数据?这似乎是 Realm 中的一个错误 - 或者我可能遗漏了什么。



Best Answer-推荐答案


解释是posted在 GitHub 上 Realm 的问题中。我在此处复制响应以供将来搜索:

By default objectTypes will include all RealmSwift.Object subclasses, regardless of where they are defined.

A library which uses Realm should override shouldIncludeInDefaultSchema() to exclude its types from the default objectTypes (i.e. add public override class func shouldIncludeInDefaultSchema() -> Bool { return false } to the class definitions) and then explicitly list the types it uses. This lets any applications using the library continue to simply use the automatic class discovery.

功劳归Thomas Goyne ( Realm 开发者)。

关于ios - Realm :多个实例,每个实例都有自己的配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49507690/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap