Svql
Use SQLite to query CSV files via the CSV virtual table
Install / Use
/learn @augmentable-dev/SvqlREADME
svql
Use SQLite to query CSV files via the CSV virtual table.
gcc -g -fPIC -shared csv.c -o csv.dylib
go build main.go
./main -file /path/to/csv -query "SELECT * FROM csv LIMIT 10"
