expo-sqlite persistence across app updgrades/installs

Please provide the following:

  1. SDK Version:latest
  2. Platforms(Android/iOS/web/all): all
  3. expo-sqlite

Hello expo team,

Does expo-sqlite persist data across app upgrades? Say, my users (after interacting with the app) have some data stored in sqlite tables. When they upgrade the app from playstore/appstore, will their data be present? Appreciate any inputs.

Thanks

Hey @smmohan, your database will persist across updates/upgrades but will be destroyed if the user uninstalls your app.

Cheers,
Adam

Thanks @adamjnav for the response.

Is there a way to know that a user is about uninstall the app? Anything available in expo/react-native ecosystem?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.