mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
|
Command line tool to operate CSV files.
|
||
|
You can read, update, delete CSV records
|
||
|
with SQL-like query.
|
||
|
|
||
|
You can also execute multiple operations
|
||
|
sequentially in managed transactions by
|
||
|
passing a procedure or using the interactive
|
||
|
shell. In the multiple operations, you can
|
||
|
use variables, cursors, temporary tables,
|
||
|
and other features.
|
||
|
|
||
|
WWW: https://mithrandie.github.io/csvq/
|