mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
5db254a462
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/ PR: 244663 Submitted by: Lewis Cook <vulcan@wired.sh>
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/
|