Replies: 3 comments 1 reply
|
I've never seen this in any query builder, but it looks really useful. I also do this a lot with hand written sql, so I'm definitely in favour of this. Isn't it a lot of effort to implement though? |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
I'd like to tweak the underlying SQL so that in logs it appears (for tables named "raptors" and "turbos") like:
The idea would be to automatically alias the tables with their initial and an incrementing number.
Quite modelled after Elixir's Ecto toolkit.
All reactions