|
|
|
|
|
by vptr
1838 days ago
|
|
I think I've seen several similar projects to this one. It always make me wonder how are these different from sqlite virtual tables (https://www.sqlite.org/csv.html)? And why would I want to use this over sqlite? Perhaps some API in python? But then again I could just run sqlite script and dump results into temp csv and read them back in any other lang of my choice. |
|
But maybe it does something interesting with the fact that it can receive data in a stream?