TatianaJin / husky-sql

Other
3 stars 5 forks source link

Husky SQL

Build Status

Dependencies

Husky SQL has the following minimal dependencies:

Build

Download the latest source code of Husky SQL:

git clone --recursive https://github.com/husky-team/husky-sql.git
cd husky-sql

Do an out-of-source build using CMake:

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release # CMAKE_BUILD_TYPE: Release, Debug, RelWithDebInfo
make help                           # List all build target

make -j{N}                          # Make using N threads

Configuration & Running

For information of configuring and running Husky, please take a look at the Husky README.

Run sample query
make ExecuteQuery
Get query plans
make QueryPlan