Skip to content

Instantly share code, notes, and snippets.

@michaeljymsgutierrez
Last active March 26, 2017 12:01
Show Gist options
  • Save michaeljymsgutierrez/df7ec7b64b7befd01f9818a823e8c978 to your computer and use it in GitHub Desktop.
Save michaeljymsgutierrez/df7ec7b64b7befd01f9818a823e8c978 to your computer and use it in GitHub Desktop.
$cordovaSQLite WEB SQL
db = window.openDatabase("dbname.db", "1.0", "Cordova Demo", 200000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment