如何将 Uint8List 存储到 Realm 数据库中?

huangapple go评论86阅读模式
英文:

How to store a Uint8List in a realm database?

问题

Uint8List可以转换为List<Int>并以这种方式存储在Realm数据库中,但这意味着它会占用8倍的空间。是否有更好的存储方式?

英文:

The Uint8List could be converted in a List&lt;Int&gt; and stored this way in the Realm database, but that means it will take 8x the space.
Is there a better way to store it ?

答案1

得分: 1

这目前还不受支持(截止到2023年6月16日),但正在进行一个PR以添加支持:https://github.com/realm/realm-dart/pull/1320

英文:

This is not yet supported (as of June 16, 2023), but there's a PR in progress to add support: https://github.com/realm/realm-dart/pull/1320

huangapple
  • 本文由 发表于 2023年5月25日 17:24:30
  • 转载请务必保留本文链接:https://go.coder-hub.com/76330737.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定