# ggql **Repository Path**: devops-ggql/ggql ## Basic Information - **Project Name**: ggql - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ggql [![Build Status](https://github.com/ggql/ggql/workflows/ci/badge.svg?branch=main&event=push)](https://github.com/ggql/ggql/actions?query=workflow%3Aci) [![codecov](https://codecov.io/gh/ggql/ggql/branch/main/graph/badge.svg?token=El8oiyaIsD)](https://codecov.io/gh/ggql/ggql) [![Go Report Card](https://goreportcard.com/badge/github.com/ggql/ggql)](https://goreportcard.com/report/github.com/ggql/ggql) [![License](https://img.shields.io/github/license/ggql/ggql.svg)](https://github.com/ggql/ggql/blob/main/LICENSE) [![Tag](https://img.shields.io/github/tag/ggql/ggql.svg)](https://github.com/ggql/ggql/tags) ## Introduction *ggql* is forked from [GQL](https://github.com/AmrDeveloper/GQL) and written in Go. [GQL](https://github.com/AmrDeveloper/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. ## Prerequisites - Go >= 1.20.0 ## Run ```bash TBD ``` ## Usage ``` TBD ``` ## License Project License can be found [here](LICENSE). ## Reference - [GQL](https://github.com/AmrDeveloper/GQL)