crackedmind / db-proxy

Simple MySQL proxy with query logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple MySQL proxy with query logging

License:GNU General Public License v3.0


Languages

Language:C++ 96.6%Language:CMake 3.4%