diff --git a/README.md b/README.md index 6dd59ed..1f8e409 100644 --- a/README.md +++ b/README.md @@ -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