Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 228 Bytes

File metadata and controls

9 lines (5 loc) · 228 Bytes

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"