Add link to csv2parquet

This commit is contained in:
Colin Dellow 2018-06-23 23:58:13 -04:00
parent e1a86954e5
commit fd87c44ccd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# sqlite-parquet-vtable
A SQLite [virtual table](https://sqlite.org/vtab.html) extension to expose Parquet files as SQL tables.
A SQLite [virtual table](https://sqlite.org/vtab.html) extension to expose Parquet files as SQL tables. You may also find [csv2parquet](https://github.com/cldellow/csv2parquet/) useful.
## Download