mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
@@ -1,20 +1,29 @@
|
||||
---
|
||||
description: >-
|
||||
SQLite plugin for Cordova and Ionic. Access SQLite databases on the device.
|
||||
---
|
||||
|
||||
# SQLite
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-sqlite-storage
|
||||
$ npm install @awesome-cordova-plugins/sqlite
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/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
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-sqlite-storage
|
||||
npm install @awesome-cordova-plugins/sqlite
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/litehelpers/Cordova-sqlite-storage](https://github.com/litehelpers/Cordova-sqlite-storage)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
- macOS
|
||||
- Windows
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user