You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people consider query[T] boilerplate code. I don't agree that it is boilerplate, but it'd be nice to provide to these users a convenience implicit from case classes companion objects to query[T]. It should require explicit import, not being available under io.getquill directly.
The text was updated successfully, but these errors were encountered:
Some people consider
query[T]
boilerplate code. I don't agree that it is boilerplate, but it'd be nice to provide to these users a convenience implicit from case classes companion objects toquery[T]
. It should require explicit import, not being available underio.getquill
directly.The text was updated successfully, but these errors were encountered: