GQL icon indicating copy to clipboard operation
GQL copied to clipboard

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

Results 11 GQL issues
Sort by recently updated
recently updated
newest added

First of all, thanks for sharing such a tool. **Is your feature request related to a problem? Please describe.** Not as much a problem, but just a convenience. Installing is...

Support to extend the features of GitQL SDK and engine to load plugins Related issue: https://github.com/AmrDeveloper/FileQL/issues/1

enhancement

Hello, I've encountered your project and tried to implement some (imo) missing columns for some types. When it comes to the `diffs` table, I am missing a reference to where...

enhancement

Implement string function in our engine, one per pull request. Steps: - Choose unimplemented function and write `I am on `. - Then start implement the function in `crates/gitql-ast/function.rs`. -...

good first issue

Some functions that hard to implement using `git` Such as permenantly delete a miss added big files in git?

question

Very cool project. Three features I could see being immediately useful: - EOF support for piped input; currently `echo SELECT 1 | gitql -r .` goes into a loop redisplaying...

enhancement

**Is your feature request related to a problem? Please describe.** After typing a long query and run it, I realize that there was a typo. The up arrow key does...

enhancement

Hello @AmrDeveloper this is a fantastic library, thanks for putting it together! We have a need to query our Git repos using SQL but with a PosgreSQL wire protocol (so...

enhancement

Sweet tool! I was playing around a bit and I was really missing the standard readline shortcuts. **Is your feature request related to a problem? Please describe.** I don't really...

enhancement

**Describe the solution you'd like** I'd like some way to query the contents of a diff in addition to [the existing fields](https://amrdeveloper.github.io/GQL/structure/tables/#diffs-table). As far as implementation, it might make most...

enhancement