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
Browse filesBrowse the repository at this point in the historyBrowse files
authored and
Johnny Dunn
committed
docs: update package exports and documentation for v0.5.0
- Add /sync export path to package.json
- Update CHANGELOG.md with v0.5.0 features (Electron, sync)
- Update README.md with:
- Electron adapter section with usage examples
- Cross-platform sync section with API examples
- Updated adapter matrix with electron adapter
- Updated features list
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+94-2Lines changed: 94 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,16 @@
19
19
20
20
The SQL Storage Adapter provides a single, ergonomic interface over SQLite (native and WASM), PostgreSQL, Capacitor, IndexedDB, and in-memory stores. It handles adapter discovery, capability detection, and advanced features like cloud backups so you can focus on your application logic.
21
21
22
-
**🆕 NEW:**Full IndexedDB support for browser-native, offline-first web apps!
22
+
**🆕 NEW in v0.5.0:**Electron adapter with IPC bridge + Cross-platform real-time sync!
|**🆕 `indexeddb`**| bundled (sql.js) |**Browsers, PWAs**| sql.js + IndexedDB persistence wrapper, browser-native storage, 50MB-1GB+ quota, offline-first | IndexedDB quotas vary, WASM overhead (sql.js), not a separate SQL engine |
124
129
|`better-sqlite3`|`better-sqlite3`| Node/Electron, CLI, CI | Native performance, transactional semantics, WAL support | Needs native toolchain; version must match Node ABI |
0 commit comments