Replies: 1 comment
-
|
Hi @bradr3d, we have no documentation on this because it's quite a large undertaking to completely change out the underlying persistence and querying mechanism for your app, regardless of the libraries involved. It would be equally hard to migrate a SQLiteData app to a SwiftData app too. It's technically possible, but it's going to be difficult. The only approach that comes to mind is to recreate all of your SwiftData models as SQLite tables and then perform a one-time migration that loads all of your SwiftData rows into memory and insert them into your new SQLite tables. Maybe others in the community have some other ideas. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi! This is widely touted as a good alternative to SwiftData, but there's no documentation on how to potnetially migrate from SwiftData to this? Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions