Crate mysql_proxy

Source
Expand description

An extensible MySQL Proxy Server based on tokio-core

Structs§

Packet
A packet is just a wrapper for a Vec
Pipe

Enums§

Action
Handlers return a variant of this enum to indicate how the proxy should handle the packet.
PacketType

Traits§

PacketHandler
Packet handlers need to implement this trait