23 lines
446 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# SQLite
```
$ ionic cordova plugin add cordova-sqlite-storage
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/sqlite
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/sqlite/)
2021-09-29 14:09:02 +02:00
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
2021-09-29 14:38:45 +02:00