Skip to content

Native demo

Path:

example/barq_native_demo

The demo opens a local Barq database and shows core local features.

Terminal window
cmake -S example/barq_native_demo -B example/barq_native_demo/build \
-DBARQ_NATIVE_SOURCE_DIR=$(pwd)/native \
-DBARQ_CORE_SOURCE_DIR=$(pwd)/core
cmake --build example/barq_native_demo/build
  • checking local database setup
  • learning schema macros
  • trying write transactions
  • testing managed objects