Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created November 13, 2015 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/ec4422abc1cb9c243a44 to your computer and use it in GitHub Desktop.
Save lohithgn/ec4422abc1cb9c243a44 to your computer and use it in GitHub Desktop.
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