-
Notifications
You must be signed in to change notification settings - Fork 20
DuckDB
Gabor Szarnyas edited this page Nov 1, 2022
·
5 revisions
-
Use the Ninja build system and set
BUILD_JDBC=1
:GEN=ninja BUILD_JDBC=1 make
-
Run the tests:
java -cp ./build/release/tools/jdbc/duckdb_jdbc.jar org.duckdb.test.TestDuckDBJDBC
pragma enable_profiling;
Then, simply run the query. No additional keyword is required.
See also the documentation on runtime profiling.
Use Visual Studio. Building with Cygwin and GCC does not work (at least not out of the box).
cd
rm -f duckdb_cli-linux-amd64.zip duckdb
wget https://github.com/duckdb/duckdb/releases/download/v0.5.1/duckdb_cli-linux-amd64.zip
unzip duckdb_cli-linux-amd64.zip
echo "alias d='~/duckdb'" >> ~/.bashrc