GQL icon
GQL icon

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.

GQL screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Linux
  • Windows
  • Mac
Alternatives
0likes
0alternatives
0articles

Features

  1. Git icon  Git Support
  2.  Rust
  3.  Interpreter

GQL News & Activities

Highlights All activities

Recent activities

No activities found.

GQL information

AlternativeTo Category

Development

GitHub repository

  •  3,512 Stars
  •  95 Forks
  •  11 Open Issues
  •   Updated  
View on GitHub
GQL was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

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 instance 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, note that all Keywords in GQL are case-insensitive similar to SQL.