GQL
Git query language
A language and SDK for querying Git repositories with 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
91 forks
Language: Rust
last commit: about 1 month 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. | 45 |
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. | 463 |
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 | 685 |
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. | 939 |
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,424 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,372 |
postgres/postgres | Provides source code distribution of an advanced object-relational database management system | 16,442 |
apurebase/kgraphql | A Kotlin implementation of GraphQL schema setup using a rich DSL | 306 |
google/zetasql | A framework for analyzing and understanding SQL queries, providing a common language and behavior across different query engines. | 2,337 |
khaosdoctor/gotql | Provides a utility to generate and execute GraphQL queries using JSON objects instead of strings | 407 |