Add status badge, run tests

Fixes #16
Fixes #18
This commit is contained in:
Colin Dellow 2018-07-05 09:17:19 -04:00
parent 83db07456e
commit e3c6bad9f5
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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