How can I access local database on react native?

后端 未结 4 641
我寻月下人不归
我寻月下人不归 2020-12-13 18:08

We often access a local sqlite database when we developing an app. What is the counterpart in react native? Do I have to use AsyncStorage to store data without a native modu

4条回答
  •  北海茫月
    2020-12-13 19:05

    Realm React Native enables you to efficiently write your app’s model layer in a safe, persisted and fast way. Here’s what it looks like: See Realm React Native and Docs For Realm

提交回复
热议问题