Simple MySQL proxy with query logging
- Partial support for prepared statements
- Linux support is missing
- Tested only with MySQL 5.7
- Visual C++ 15.5 (not tested on previous versions)
- cmake 3.11 - CMake versions prior to 3.11 doesn't support Boost 1.66, or update FindBoost.cmake module manually from master branch
- vcpkg
- boost 1.66
> vcpkg install boost-asio:x64-windows
> mkdir build && cd build
> cmake --CMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%/scripts/buildsystems/vcpkg.cmake --DCMAKE_BUILD_TYPE=Release ..
> cmake --build . --config Release