parent
83db07456e
commit
e3c6bad9f5
|
@ -1,5 +1,7 @@
|
|||
# sqlite-parquet-vtable
|
||||
|
||||
[![Build Status](https://travis-ci.org/cldellow/sqlite-parquet-vtable.svg?branch=master)](https://travis-ci.org/cldellow/sqlite-parquet-vtable)
|
||||
|
||||
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.
|
||||
|
||||
This [blog post](https://cldellow.com/2018/06/22/sqlite-parquet-vtable.html) provides some context on why you might use this.
|
||||
|
|
|
@ -5,3 +5,4 @@ sudo apt-get install software-properties-common
|
|||
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
|
||||
sudo apt-get update
|
||||
PREBUILT=1 ./make-linux
|
||||
./tests/test-all
|
||||
|
|
Loading…
Reference in New Issue