Commit 2376b47
refactor: rename persistence packages to follow naming convention (#1404)
* refactor: rename persistence packages to follow {variant}-db-{subsystem} convention
Aligns SQLite persistence package names with the existing naming scheme
used by other packages (e.g. electric-db-collection, react-db).
Renames:
- db-sqlite-persisted-collection-core → db-persistence-core
- db-tauri-sqlite-persisted-collection → tauri-db-persistence
- db-expo-sqlite-persisted-collection → expo-db-persistence
- db-node-sqlite-persisted-collection → node-db-persistence
- db-electron-sqlite-persisted-collection → electron-db-persistence
- db-cloudflare-do-sqlite-persisted-collection → cloudflare-durable-objects-db-persistence
- db-capacitor-sqlite-persisted-collection → capacitor-db-persistence
- db-browser-wa-sqlite-persisted-collection → browser-db-persistence
- db-react-native-sqlite-persisted-collection → react-native-db-persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: apply automated fixes
* refactor: rename persistence packages to sqlite-persistence
Update all persistence package names to include sqlite qualifier,
e.g. @tanstack/tauri-db-persistence → @tanstack/tauri-db-sqlite-persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor: update remaining old persisted-collection package names to sqlite-persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix deps
* fix: restore RN example runtime compatibility
Pin the Expo React Native examples back to React 19.0.0, keep the missing expo-router runtime dependency explicit, and retain the Metro singleton resolution fix so the mobile apps boot cleanly again after the package renames.
Made-with: Cursor
* chore: remove old persistence planning docs
Drop the outdated persistence plan documents that were deleted on this branch so the repo history matches the current package direction.
Made-with: Cursor
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Sam Willis <sam.willis@gmail.com>1 parent 3274a29 commit 2376b47
File tree
244 files changed
+627
-3082
lines changed- .changeset
- .github/workflows
- examples
- electron/offline-first
- electron
- src/db
- react-native
- offline-transactions
- src/db
- shopping-list
- src/db
- react/offline-transactions
- src/db
- packages
- browser-db-sqlite-persistence
- e2e
- src
- tests
- helpers
- capacitor-db-sqlite-persistence
- e2e
- app
- src
- src
- tests
- helpers
- cloudflare-durable-objects-db-sqlite-persistence
- e2e
- fixtures
- src
- tests
- helpers
- db-electron-sqlite-persisted-collection
- db-node-sqlite-persisted-collection
- db-react-native-sqlite-persisted-collection
- db-sqlite-persistence-core
- src
- tests
- contracts
- db-tauri-sqlite-persisted-collection
- electric-db-collection/tests
- electron-db-sqlite-persistence
- src
- tests
- e2e
- fixtures
- expo-db-sqlite-persistence
- e2e
- expo-runtime-app
- src
- tests
- helpers
- node-db-sqlite-persistence
- e2e
- src
- tests
- query-db-collection/tests
- react-native-db-sqlite-persistence
- e2e
- src
- tests
- helpers
- tauri-db-sqlite-persistence
- e2e
- app
- src-tauri
- capabilities
- icons
- src
- src
- src
- tests
- helpers
- persistance-plan
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
244 files changed
+627
-3082
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments