From fd87c44ccdbdbd35eb856a782d13819c050ec4ba Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Sat, 23 Jun 2018 23:58:13 -0400 Subject: [PATCH] Add link to csv2parquet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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