mithrandie/csvq
SQL-like query language for csv observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3391
- days_rel: n/a
- days_push: 769
- n_releases_24m: 0
Adoption not part of the score
1627 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
csvq is a command line tool written in Go that lets you query and manipulate CSV files using a SQL-like language, including select, insert, update, and delete operations. It supports transactions, variables, cursors, temporary tables, an interactive shell, and multiple file formats such as TSV, LTSV, fixed-length, JSON, and JSON Lines.
Use cases
- run SQL queries against CSV files from the command line
- update or delete records in a CSV file without a spreadsheet
- filter and join CSV data with SQL-like syntax
- process CSV files in batch scripts with transactions and variables
- query JSON Lines or TSV files with SQL
- interactively explore flat-file data in a shell
- share query scripts with coworkers across platforms
When to choose
- you want a single dependency-free binary for ad-hoc CSV querying
- your data fits in memory at spreadsheet scale
- you need to update, insert, or delete CSV records, not just read them
- you want transactions, cursors, or variables in flat-file processing
- you need to handle multiple encodings like UTF-16 or Shift_JIS
When to avoid
- you need to process very large datasets that exceed memory
- you need indexed or optimized query execution for speed
- you need a persistent database with concurrent access
- you need a library API rather than a CLI (though csvq-driver exists for Go)
Facets
cli-tool · maturity active
parser cli database csv json developer-tools files developer-tools cli cross-platform windows go sql-like-query csv-manipulation interactive-shell transactions tsv ltsv single-binary in-memory-processing command-line data-engineering csv linux macos
2 sources
- readme: https://github.com/mithrandie/csvq · fetched 2026-08-28 · 6acb4cfd6bc8
- homepage: https://mithrandie.github.io/csvq · fetched 2026-08-29 · 5dc821430104
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mithrandie/csvq | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem