Skip to content

lmatz/husky-sql

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 41.2%
  • CMake 34.8%
  • Python 20.0%
  • C++ 4.0%