How can I access local database on react native?

后端 未结 4 639
我寻月下人不归
我寻月下人不归 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 18:50

    Embedded persistent or in memory database for react-native https://github.com/smartdemocracy/react-native-local-mongodb

    It's have Performance statistics

    • Insert: 10,680 ops/s
    • Find: 43,290 ops/s
    • Update: 8,000 ops/s
    • Remove: 11,750 ops/s

提交回复
热议问题