mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
555 B
Markdown
30 lines
555 B
Markdown
---
|
|
description: >-
|
|
SQLite plugin for Cordova and Ionic. Access SQLite databases on the device.
|
|
---
|
|
|
|
# SQLite
|
|
|
|
Access SQLite databases on the device.
|
|
|
|
## 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)
|