How can I access local database on react native?

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

    Full feature SQLite Plugin for React Native is available here:

    https://github.com/andpor/react-native-sqlite-storage

    Version 2.1.0 supports both iOS and Android and the fmk has both plain JS callback and Promise based interfaces.

提交回复
热议问题