#sharinggrdb — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #sharinggrdb, aggregated by home.social.
-
I'm loving the new @pointfreeco SharingGRDB framework! It's so much better to work with value-type models than reference-type models.
In the code below I'm migrating from SwiftData to SharingGRDB. First I put the creation of the Weight.Draft inside the async block below. This gave me an error because the SwiftData models are not sendable. The SharingGRDB models are so the fix was so simple :)
#swift #swiftlang #swiftdata #sharinggrdb #structuredconcurrency