# filhodanuvem/gitql

💊 A git query language

Repository: https://github.com/filhodanuvem/gitql
Canonical: https://ross.abutalabs.com/products/gitql
Language: Go
License: MIT
License Family: permissive
Topics: git, go, hacktoberfest
Last push: 2024-10-14T14:32:41+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4581, "days_push": 688, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6294, forks 159 (observed 2026-08-28T04:09:41.493385+00:00)

## What it is
Gitql is a CLI tool that provides a SQL-like query language for querying Git repository data such as commits, tags, and authors. It interprets queries like 'select hash, author from commits' directly against a repository path without needing a synced database.

## Use cases
- query git commit history with sql-like syntax
- filter commits by author, date, or message content
- list distinct commit authors in a repository
- analyze commit messages across a repo from the command line
- find commits containing specific text in their messages

## When to choose
- you want to query git metadata with SQL-like syntax instead of parsing git log output
- you need quick read-only analysis of commits, tags, or authors in a repository
- you prefer a single binary CLI over scripting git commands

## When to avoid
- you need to modify git history or repository data - gitql is strictly read-only
- you need full SQL features like joins across complex queries
- you want idiomatic Go code to learn from - the author recommends other projects

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: parser, interpreter, cli, developer-tools, version-control
- domain: version-control, developer-tools, parsers
- platform: cli, go, cross-platform, windows
- tags: git, sql-like-query-language, read-only, commit-history-analysis, command-line, linux, macos

## Member repositories
- filhodanuvem/gitql (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:41.493385+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:46:17.334748+00:00, confidence not recorded.
  - readme: https://github.com/filhodanuvem/gitql (fetched 2026-08-28T04:09:41.493385+00:00, sha 9ecca3d10009)
- Data as of 2026-08-30T08:39:29.467469+00:00.
