refactor: rename persistence packages to follow naming convention#1404
Merged
Conversation
More templates
@tanstack/angular-db
@tanstack/browser-db-sqlite-persistence
@tanstack/capacitor-db-sqlite-persistence
@tanstack/cloudflare-durable-objects-db-sqlite-persistence
@tanstack/db
@tanstack/db-ivm
@tanstack/db-sqlite-persistence-core
@tanstack/electric-db-collection
@tanstack/electron-db-sqlite-persistence
@tanstack/expo-db-sqlite-persistence
@tanstack/node-db-sqlite-persistence
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/react-native-db-sqlite-persistence
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/tauri-db-sqlite-persistence
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
Contributor
|
Size Change: 0 B Total Size: 113 kB ℹ️ View Unchanged
|
Contributor
|
Size Change: 0 B Total Size: 4.23 kB ℹ️ View Unchanged
|
…em} 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>
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>
…sqlite-persistence Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d2b47bc to
ce07899
Compare
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
Drop the outdated persistence plan documents that were deleted on this branch so the repo history matches the current package direction. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{variant}-db-{subsystem}naming convention used by other packages (e.g.electric-db-collection,react-db)Package renames
@tanstack/db-sqlite-persisted-collection-core@tanstack/db-persistence-core@tanstack/db-tauri-sqlite-persisted-collection@tanstack/tauri-db-persistence@tanstack/db-expo-sqlite-persisted-collection@tanstack/expo-db-persistence@tanstack/db-node-sqlite-persisted-collection@tanstack/node-db-persistence@tanstack/db-electron-sqlite-persisted-collection@tanstack/electron-db-persistence@tanstack/db-cloudflare-do-sqlite-persisted-collection@tanstack/cloudflare-durable-objects-db-persistence@tanstack/db-capacitor-sqlite-persisted-collection@tanstack/capacitor-db-persistence@tanstack/db-browser-wa-sqlite-persisted-collection@tanstack/browser-db-persistence@tanstack/db-react-native-sqlite-persisted-collection@tanstack/react-native-db-persistenceTest plan
pnpm installsucceeds with new names@tanstack/db-persistence-corebuilds successfully🤖 Generated with Claude Code