Files
awesome-cordova-plugins/docs/plugins/sqlite/README.md
T
2026-03-21 17:08:43 -07:00

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)