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

add mysql like 'show tables' statement to list all available tables #87

Closed jossephus closed 9 months ago

jossephus commented 9 months ago

image

AmrDeveloper commented 9 months ago

Hello @jossephus,

Thank you for implementing this cool feature, can you please fix clippy comments on this PR then we need to fix it too on other PR and handle conflict

Thank you

jossephus commented 9 months ago

Sure. I didnt run clippy. I am fixing them now. Thanks.

jossephus commented 9 months ago

Clippy suggestions are implemented now.

AmrDeveloper commented 9 months ago

Clippy suggestions are implemented now.

Thank you and welcome to the project