jaq
jaq copied to clipboard
Support SQL-style operators from jq stdlib
INDEX, JOIN, and IN are documented here. They are implemented in builtins.jq so they should be fairly easy to add.
Hi @RedBeard0531, I have documented my position on this in README.md:
jaq currently does not aim to support several features of jq, such as:
- SQL-style operators
The reason for this is mostly esthetic. I find it unpleasing to have a few filters with upper-case names in a standard library that is otherwise uniquely made of lower-case names.