/db-proxy

Simple MySQL proxy with query logging

Primary LanguageC++GNU General Public License v3.0GPL-3.0

db-proxy

Simple MySQL proxy with query logging

Limitations

  1. Partial support for prepared statements
  2. Linux support is missing
  3. Tested only with MySQL 5.7

Installation

Windows

Requirments

Build steps

> 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