英文:
How to store a Uint8List in a realm database?
问题
Uint8List可以转换为List<Int>
并以这种方式存储在Realm数据库中,但这意味着它会占用8倍的空间。是否有更好的存储方式?
英文:
The Uint8List could be converted in a List<Int>
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论