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

Clarify language in project description. #70

Closed dubaaron closed 10 months ago

dubaaron commented 10 months ago

I think you meant "instead of" instead of "instance of" in the phrase "to perform queries on .git files instead of database files". (Is that right? Please correct me if I'm wrong; but the way it read before does not make sense and is confusing.)

Move the note about case-insensitivity of queries out of the main description into the "samples" section, because it seems to make more sense there.

dubaaron commented 10 months ago

Hi, I hope this is alright. This looks like a really cool project. I was just confused by the language in the description, so I made an attempt at clarifying it a little bit, especially that use of "instance of" vs. "instead of". Thank you very much.

AmrDeveloper commented 10 months ago

Hello @dubaaron,

Looks great, i think soon we can move the note about case-insensitivity to the docs website

Thank you