Replies: 2 comments 3 replies
-
Hi @Ponyboy47, I have moved this issue into a discussion, because you do not describe any "issue" with the library. Feel free to comment about SwiftData there. |
Beta Was this translation helpful? Give feedback.
1 reply
-
My own comment on the relationship between SwiftData and GRDB, from one year ago: https://hachyderm.io/@groue/112599442185632839 |
Beta Was this translation helpful? Give feedback.
2 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.
-
SwiftData
is a relatively new database modeling library for Swift/SwiftUI. It only comes with a single store by default which is backed by CoreData (SQLite under the hood). I think that it may be of some use to have a plain SQLite-backedDataStore
for cases where CoreData may not be desired.Beta Was this translation helpful? Give feedback.
All reactions