Open Pre-Populated SQLite DB
app.openDb = function() { | |
var dbName = "todo.db"; | |
app.db = window.sqlitePlugin.openDatabase({name: dbName, createFromLocation: 1}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment