Skip to content

Commit 57497f5

Browse files
committed
docs: update README to include benefits of Data Storage SQLite plugin
1 parent 4fde274 commit 57497f5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
<p align="center">
2323
Capacitor Data Storage SQlite Plugin is a custom Native Capacitor plugin providing a key-value permanent store for simple data of <strong>type string only</strong> to SQLite on IOS, Android and Electron platforms and to IndexDB for the Web platform.</p>
2424

25+
## Why Data Storage SQLite?
26+
27+
A maintained, community-driven plugin providing simple key-value storage backed by SQLite. Originally created by @jepiqueau and now maintained by Capgo:
28+
29+
- **Simple API** - Easy key-value storage interface for string data
30+
- **Cross-platform** - Works on iOS, Android, Electron, and Web (IndexedDB)
31+
- **SQLite backing** - Reliable, encrypted storage on native platforms
32+
- **Import/Export** - JSON import/export for data migration
33+
- **Multi-table support** - Organize data across multiple tables
34+
35+
Perfect for apps needing simple, reliable local storage without complex SQL queries.
36+
2537
<p align="center">
2638
<img src="https://img.shields.io/maintenance/yes/2024?style=flat-square" />
2739
<a href="https://github.com/Cap-go/capacitor-data-storage-sqlite/actions?query=workflow%3A%22CI%22"><img src="https://img.shields.io/github/workflow/status/Cap-go/capacitor-data-storage-sqlite/CI?style=flat-square" /></a>

0 commit comments

Comments
 (0)