GQL
Git repository query engine
A Rust-based language and SDK to query and manipulate Git repositories using a SQL-like syntax.
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
3k stars
12 watching
89 forks
Language: Rust
last commit: 8 days ago
Linked from 1 awesome list
databaseenginegitgitqlgitql-sdkgqlinterpretermemory-databaserustsql
Related projects:
Repository | Description | Stars |
---|---|---|
hashicorp/mql | A query language for database models in Go that generates parameterized SQL without exposing the application to SQL injection. | 44 |
undr/influxdb-arel | Tools for generating complex SQL queries for Influxdb | 11 |
albertmeronyo/sparql2git | Tool to convert and manage SPARQL queries and their associated Linked Data APIs in a version-controlled environment | 6 |
eerimoq/gqt | A terminal-based GraphQL client for building and executing queries. | 464 |
asonge/graphql | A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results. | 87 |
mobxjs/mst-gql | Simplifies integration of GraphQL and mobx-state-tree by automatically generating types and code | 684 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
gqty-dev/gqty | An alternative GraphQL client library for TypeScript applications that automates data requirements and integrates with Next.js and other Node.js frameworks. | 932 |
schloerke/gqlr | A GraphQL implementation in R, allowing rapid development of client-server applications with a consistent query language. | 58 |
doug-martin/goqu | An expressive SQL builder and executor for Go | 2,403 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,359 |
postgres/postgres | Provides source code distribution of an advanced object-relational database management system | 16,231 |
apurebase/kgraphql | A Kotlin implementation of GraphQL schema setup using a rich DSL | 305 |
google/zetasql | A framework for analyzing and understanding SQL queries, providing a common language and behavior across different query engines. | 2,325 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |