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>
12 lines
375 B
Text
12 lines
375 B
Text
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/
|