Tagged Support #8
mhayes853
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Hi @mhayes853, thanks for sharing! We also hope to leverage SPM's new traits system to be able to layer on conformances like this when both Tagged and StructuredQueries are used together. But we're not sure when we will get to that, and so your repo serves as a helpful reference for others! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for this. To make it easier to perform UUID-based Tagged ID queries with SharingGDRB, I added the following extensions:
which allows this:
and make ID-based queries more readable:
|
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 everyone. If you're like me, there's a decent chance that you're using Tagged for strongly typed IDs in your app. Currently, this library doesn't support Tagged, so I've made a rudimentary package you can use here that applies retroactive conformances on
Tagged
to all the necessary protocols that this library provides so you can use it in your schema types.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions