Is SQLiteData backed-up? Same as SwiftData on iCloud? #448
davidakoontz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've swapped the DB for my App Portfolio Equity Curve. I've got some fixes yet to be made for items that were being presisted via the SwiftData Object Relationship Mapping (inherent saving -> SQL write() calls). But I've forgotten to ask... do I have to take on the role of a DB Admin and plan Back-ups, etc.?
My Interpretation: 1) Yes, Apple backs up your iPhone iPad device to iCloud and the Apps SwiftData DB or SQLiteData DB are part of the local device back-up.
My Interpretation: 2) Yes. I guess it is backed up... but where?
- There are Production & Development systems; Public, Private, Shared DB & Zones??
My Interpretation: 3) No.
I found Fatbobman's article helpful - but did not directly answer my questions.
Key Considerations Before Using SwiftData
https://fatbobman.com/en/posts/key-considerations-before-using-swiftdata/
I've been watching your first series Modern Persistence - but it appears to jump right into the dev work. Leaving the mgmt/admin untouched... so far.
David
Beta Was this translation helpful? Give feedback.
All reactions