Skip to content

ggql/ggql

Repository files navigation

ggql

Build Status codecov Go Report Card License Tag

Introduction

ggql is forked from GQL and written in Go.

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

TBD

Usage

TBD

License

Project License can be found here.

Reference