Starting with version 16, ValentinaDB now supports extensions written in C, C++, Python, and JavaScript. This repository contains various extensions that can be downloaded in compiled form and installed into your ValentinaDB application or Valentina Server.
cmake/ shared CMake helpers
include/ shared extension API headers
base64/ Base64 extension
compress/ compression extension
generate_series/ generate_series procedure extension
ocr/ OCR extension
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --target package_extensions -jFor multi-config generators, such as Visual Studio or Ninja Multi-Config:
cmake -S . -B build
cmake --build build --config Release --target package_extensions -j