我正在做一个React-Native项目.
我被要求在本地保存数据,然后我在Realm中决定使用它.
很快我发现它有云数据库的定价选项.
我无法确定这个数据库是否可以使用像sqlite或CoreData这样的替代方案,就像它提到的那样:
"Used by 100k+ developers and downloaded over two billion times. Realm Database is a fast, easy to use, and open source alternative to SQLite and Core Data."
我可以免费使用Realm在本地保存数据吗?
解决方法:
是的,您绝对可以免费使用Realm在本地保存无限数据. Realm仅为云存储收费.