csvq-driver icon indicating copy to clipboard operation
csvq-driver copied to clipboard

A go database/sql driver for csvq

Results 3 csvq-driver issues
Sort by recently updated
recently updated
newest added

the query yields an empty string: ``` $ usql_static -C -c "select 0,UNIX_TIME('2020-01-01 12:12'),0 " 'csv:./' Connected with driver csvq (CSVQ v1.18.1) 0,"UNIX_TIME('2020-01-01 12:12')",0 0,,0 $ usql_static -C -c "select...

How **csvq.SetStdout** works across multiple processes? I hope it works properly in multiple threads. for i1 := 0; i1 < 20; i1++ { go func(){ ... to do thing ......

I'd like to use the csvq driver on an existing slice of structs, which I have received by other means. Since csvq reads in the CSV file into memory anyway...