mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-10-27 01:59:56 +00:00
Very rough first cut
supports int32, double, strings.
This commit is contained in:
13
parquet/go
13
parquet/go
@@ -1 +1,12 @@
|
||||
./make && ../sqlite/sqlite3 -init ./cmds.txt < /dev/null
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
./make
|
||||
|
||||
|
||||
if [ ! -v DEBUG ]; then
|
||||
../sqlite/sqlite3 -init ./cmds.txt < /dev/null
|
||||
else
|
||||
gdb -ex run --args ../sqlite/sqlite3 -init ./cmds.txt
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user