We add the SQLite plugin and create the first tables with SQL commands within our app.
Commands:
1 2 |
$ ionic cordova plugin add cordova-sqlite-storage $ npm install --save @ionic-native/sqlite |
We add the SQLite plugin and create the first tables with SQL commands within our app.
Commands:
1 2 |
$ ionic cordova plugin add cordova-sqlite-storage $ npm install --save @ionic-native/sqlite |