You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,18 @@
22
22
<palign="center">
23
23
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>
24
24
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.
0 commit comments