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.