sgtcortez / Termsequel

Bringing a portable SQL like syntax to our filesystem.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

[FEAT]: Add support to select from multiple sources #68

Open sgtcortez opened 3 years ago

sgtcortez commented 3 years ago

Contact Details

No response

What is your suggestion?

Would be very nice to select from multiple sources at once ... For example, we could write something like:

SELECT NAME, ABSOLUTE_PATH FROM /home, /tmp WHERE NAME ENDS_WITH .json