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 'describe table_name' to show fields and types of a table #88

Closed jossephus closed 9 months ago

jossephus commented 9 months ago

Implement mysql like 'describe table_name' to show what the available fields and their types are in a given table. Example shown in the picture below. image

It shows this error if the requested table does not exist image

AmrDeveloper commented 9 months ago

Hello @jossephus,

Thanks for implementing this cool feature, Once the first PR is merged we need to fix clippy comments and resolve conflikt

Thank you,

AmrDeveloper commented 9 months ago

@jossephus There are some conflicts we need to solve them because the last PR :D

jossephus commented 9 months ago

I have resolved them. Thanks again.

AmrDeveloper commented 9 months ago

Thank you