mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
24 lines
610 B
Markdown
24 lines
610 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/sqlite/index.ts#L141">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# SQLite
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-sqlite-storage
|
||
|
$ npm install @ionic-native/plugins/sqlite
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/sqlite/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/litehelpers/Cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage)
|
||
|
|
||
|
Access SQLite databases on the device.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- iOS
|
||
|
- macOS
|
||
|
- Windows
|