react-native-db-models icon indicating copy to clipboard operation
react-native-db-models copied to clipboard

Precist Data in application

Open liaq192 opened this issue 9 years ago • 1 comments
trafficstars

Its more of a query then a problem , that how can we precist data among multiple launches of an application.

var DB = { "app": new RNDBModel.create_db('app'), "users": new RNDBModel.create_db('users'), }

aint this will recreate DB every time app is launched.

liaq192 avatar May 08 '16 10:05 liaq192

It will not. I had a look at the create_db code in index.js, and it doesn't actually create/overwrite anything except the DB operation functions themselves.

kylegoetz avatar Oct 30 '17 03:10 kylegoetz