Awesome
myproto
Copyright (c) 2013-2022 Altenwald
Authors: "Manuel Rubio" (manuel@altenwald.com
).
MySQL Server Protocol in Erlang. This project let you implement the MySQL protocol for your server. Throught a MySQL connection you could send queries or fake a MySQL connection to do a proxy or whatever else.
<a name="Requirements">Requirements</a>
The system for tests use maps so, you have to use Erlang OTP 19.3+:
Erlang Version | Support | Notes |
---|---|---|
22.2 | :heavy_check_mark: | Recommended if you use OTP 22 |
22.1 | :heavy_check_mark: | |
22.0 | :heavy_check_mark: | |
21.3 | :heavy_check_mark: | Recommended if you use OTP 21 |
21.2 | :heavy_check_mark: | |
21.1 | :heavy_check_mark: | |
21.0 | :heavy_check_mark: | |
20.3 | :heavy_check_mark: | Recommended if you use OTP 20 |
20.2 | :heavy_check_mark: | |
20.1 | :heavy_check_mark: | |
20.0 | :heavy_check_mark: | |
19.3 | :heavy_check_mark: | Recommended if you use OTP 19 |
<a name="Usage">Usage</a>
If you want to use, only add this in rebar.config:
{deps, [
{myproto, "0.4.0"}
]}.
<a name="Configuration">Configuration</a>
For configuration you can check configure and running entry.