-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs on how to use ToField
to query custom tuples in IN
clause
#1863
base: master
Are you sure you want to change the base?
Conversation
ToField
to query custom tuples in IN
clause
### Implementing `ToField` For Custom Types. | ||
|
||
This is a more advanced topic, and before trying to implement it, we encourage you to | ||
try and use the [Query Builder](https://ihp.digitallyinduced.com/Guide/querybuilder.html), as it provides a better type safety. Even the below example can be accomplished with the Query Builder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even the below example can be accomplished with the Query Builder.
Once we have #1867 , we should link it here.
Made this a guide on the |
@mpscholten ready for review |
Shouldn't we wait until #1867 is merged? That seems like a lot simpler solution to me |
Sure, converted back to draft. |
No description provided.