本文介绍了React-native领域.重置数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是本机领域的新手.

我经常更改架构,但是每次更改都会出现迁移错误.

I change schema often, but get migration error everytime I change.

更改架构后如何重置领域数据库?

How do I reset realm database when I change schema?

推荐答案

您只需从设备或模拟器中删除应用即可重置领域.

You can just delete the app from the device or the simulator to reset the Realm.

这篇关于React-native领域.重置数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 08:48