What is GQL?
GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instead of database files.
The engine executes the query on the fly without the need to create database files or convert .git files into any other format.
Website: https://amrdeveloper.github.io/GQL/