C++ library for databases managing.
This library is suitable for UDB format databases managing (see include/UDBase.h or documentation for format description).
cmake -S <path_to_sources> -B <path_to_build_directory>
cmake --build <path_to_build_directory>
cmake --install <path_to_build_directory>
You may need to set install path (-DCMAKE_INSTALL_PREFIX=<path>, default value is /usr/local).
It is recommended to run tests before installation:
cmake --build <path_to_build_directory> --target test
If tests failed, it is recommended to rebuild library with FAST_REMOVING option disabled (-DFAST_REMOVING=OFF).
If you need library documentation - set BUILD_DOCS option to ON (-DBUILD_DOCS=ON).
You need CMake for building and CTest for tests. Compiler must have C++17 and OpenMP support (you may need to install extra dependencies for last one, see your compiler documentation).
GPLv3 (see COPYING).
If you want to help to develop this project, you can assist it by donation
You can contact author by email
bobilev_yury@mail.ru