{ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "sqlite-flux", "version": "1.1.1", "description": "Modern C++20 type-safe, thread-safe SQLite query builder with fluent API and compile-time validation", "homepage": "https://github.com/a-alomran/sqlite_flux", "license": "MIT", "dependencies": [ "sqlite3", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ] }