Skip to content

Repository files navigation

Husky SQL

Build Status

Dependencies

Husky SQL has the following minimal dependencies:

  • nlohmann/json (Version >= 3.2.0, it will be installed automatically)
  • All dependencies of husky

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

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages