CloudKit Synchronization + Sharing#112
Merged
Merged
Conversation
…database Emulate cloud database transactions.
Fixed a couple of todos.
Weaken primary key requirements from UUID
…ase-mode Fixes #32 failure to compile in release configuration
* Modernize SyncUps and add iCloud sync. * fix tests
* Send changes when resigining active. * fix * wip
* Bring back other demo apps. * wip * Rename more references to sqlite-data * wip * wip * wip * go back to getting cloudkit container identifier from swiftdata
* A few fixes for Xcode 26. * wip * wip
* Throw error when moving records between zones. * wip * wip * wip * wip
* Fix floating point comparison bug. * wip * wip * wip; * wipa * wip * wip * wipa
* Update README.md - Replace the removed `SharingGRDB.xcworkspace` reference with `Examples.xcodeproj`. - Explain that each example app is worked on individually by selecting its scheme in Xcode. * Update README.md
* Perform multiple upserts in a single transaction. * wip * wip * wip * wip
* Modernize reminders with triggers. * wip; * wip * wip; * wip * wip * wip * Update Examples/Reminders/Schema.swift * fix tests --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* Store zone data in sync metadata. * wip * wip * wip * wip * wip * wip * Support moving records across zones (#188) * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * clean up * fix snapshot * wip * wip * wip * wip * support moving shares between zones and receiving saves before deletes * wip * Update Sources/SQLiteData/CloudKit/Internal/Triggers.swift * wip * wip * wip * format * wip; --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com> --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* wip * wip * wip
mackoj
pushed a commit
to mackoj/sqlite-data
that referenced
this pull request
Dec 5, 2025
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.
Important
Please do not ship these tools to a production app before they are officially released, as breaking changes may be made.
This branch and pull request comprise the public beta of our CloudKit synchronization and sharing support. See the announcement for more information.
If you have any questions or comments about the beta, please start a discussion.