Commit 38ea25f
feat: SQLite persistence core
Add core SQLite persistence packages:
- db-sqlite-persisted-collection-core: shared adapter, runtime, tx pruning, coordinator protocol
- db-browser-wa-sqlite-persisted-collection: browser persistence via wa-sqlite (OPFS) with multi-tab coordinator
- db-react-native-sqlite-persisted-collection: React Native/Expo persistence via expo-sqlite
- db: index lifecycle events, removeIndex API, hydration support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a452ca7 commit 38ea25f
83 files changed
Lines changed: 16688 additions & 22 deletions
File tree
- .github/workflows
- packages
- db-browser-wa-sqlite-persisted-collection
- e2e
- src
- tests
- helpers
- db-react-native-sqlite-persisted-collection
- e2e
- src
- tests
- helpers
- db-sqlite-persisted-collection-core
- src
- tests
- contracts
- db
- src
- collection
- indexes
- query
- compiler
- tests
- query/compiler
- persistance-plan
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
65 | 102 | | |
66 | 103 | | |
67 | 104 | | |
| |||
0 commit comments