We have an outstanding client here.
Encoding, decoding is here.
Applications:
- Mysql to other db proxy
- Fake/mock database. prevent alterations.
- Personal data filtering proxy, etc
- Access other resources using Mysql protocol, which is very well adopted.
Solution
Provide server-side handler
Describe alternatives you've considered
Implementations from other languages
https://github.com/jonhoo/msql-srv Rust
https://github.com/kelsin/mysql-mimic Python
https://github.com/ClickHouse/ClickHouse/blob/fbff52847cf591ff0617721cd3483ccadc313634/src/Server/MySQLHandler.h c++
Similar implementations
https://github.com/jonhoo/msql-srv/blob/master/examples/psql_as_mysql.rs
We have an outstanding client here.
Encoding, decoding is here.
Applications:
Solution
Provide server-side handler
Describe alternatives you've considered
Implementations from other languages
https://github.com/jonhoo/msql-srv Rust
https://github.com/kelsin/mysql-mimic Python
https://github.com/ClickHouse/ClickHouse/blob/fbff52847cf591ff0617721cd3483ccadc313634/src/Server/MySQLHandler.h c++
Similar implementations
https://github.com/jonhoo/msql-srv/blob/master/examples/psql_as_mysql.rs