UNPKG

585 BMarkdownView Raw
1<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/sqlite/index.ts#L138">
2 Improve this doc
3</a>
4
5# SQLite
6
7```
8$ ionic cordova plugin add cordova-sqlite-storage
9$ npm install @ionic-native/sqlite
10```
11
12## [Usage Documentation](https://ionicframework.com/docs/native/sqlite/)
13
14Plugin Repo: [https://github.com/litehelpers/Cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage)
15
16Access SQLite databases on the device.
17
18## Supported platforms
19
20- Android
21 - iOS
22 - macOS
23 - Windows
24
25
26