Native demo
Path:
example/barq_native_demoThe demo opens a local Barq database and shows core local features.
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/buildUse it For
Section titled “Use it For”- checking local database setup
- learning schema macros
- trying write transactions
- testing managed objects