Working with local database

0
Hi ! I’m new using Mendix and I still didn’t get how could I edit, delete and save data or use the microflows, nanoflows and google maps only using the local database of the native mobile app, I don’t want to send nothing to the cloud or another database and non-persistable data aren’t a option. This way, I want that when the user delete the app all the data will be lost.
asked
1 answers
0

if you don’t use any persistable entity no data will get stored, so it will not make a difference if you use a local database or in the cloud. Once you delete the app, it is all gone. Even before, when you stop the app, all data is gone.

As long as you have net yet successfully created an interface to any external app like Google, no data is transfered.

answered