Replies: 1 comment 2 replies
-
Thanks for the feedback! I initially planned createQuery to have a simpler form like this:
Where both DataModel and RequestModel would default to Is this the sort of thing you are thinking about? |
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
-
I just scanned through the docs and just wanted to leave my first impression here.
Things look very flexible and that is great! However, it does seem like it's pretty verbose to use it.
It would be great if there would be better defaults, or some factory functions that have certain expectations on how you structure your data, thus reducing the amount of stuff a dev has to do in order to get the most common use cases.
This could be a separate library that uses this library underneath?
Anyway, maybe this is just me, but it's a bit too low level for my taste to really give it a try.
Curious what others think.
Beta Was this translation helpful? Give feedback.
All reactions