Skip to content

Use SQLite to query CSV files via the CSV virtual table

Notifications You must be signed in to change notification settings

augmentable-dev/svql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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"

About

Use SQLite to query CSV files via the CSV virtual table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published