AmrDeveloper / GQL

Git Query language is a SQL like language to perform queries on .git files with supports of most of SQL features such as grouping, ordering and aggregations functions
https://amrdeveloper.github.io/GQL/
MIT License
3.3k stars 90 forks source link

Implement Dot expression feature #121

Open AmrDeveloper opened 2 months ago

AmrDeveloper commented 2 months ago

Support dot expression so it can be easy to user join feature with multi tables and make different between column name and alias, will solve this issue too #120