feat: add Tauri sqlite persisted collection package#1369
feat: add Tauri sqlite persisted collection package#1369samwillis wants to merge 2 commits intosamwillis/persistence-capacitorfrom
Conversation
Wrap the official Tauri SQL plugin in the shared SQLite persistence layer so persisted collections can run in Tauri apps without shipping repo-owned Rust code. Add contract coverage and a real Tauri conformance harness to validate the runtime integration end to end. Made-with: Cursor
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-browser-wa-sqlite-persisted-collection
@tanstack/db-capacitor-sqlite-persisted-collection
@tanstack/db-electron-sqlite-persisted-collection
@tanstack/db-ivm
@tanstack/db-node-sqlite-persisted-collection
@tanstack/db-react-native-sqlite-persisted-collection
@tanstack/db-sqlite-persisted-collection-core
@tanstack/db-tauri-sqlite-persisted-collection
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 94.6 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 3.85 kB ℹ️ View Unchanged
|
Summary
@tauri-apps/plugin-sqlbacked Tauri SQLite persisted-collection package on top of the shared SQLite coreTest plan
pnpm --filter @tanstack/db-tauri-sqlite-persisted-collection testpnpm --filter @tanstack/db-tauri-sqlite-persisted-collection test:e2eMade with Cursor