pub type RwMySql = Rw<MySql, MySql>;
Read-write executor pair for MySQL.
Used in CQRS patterns where you may have separate read and write connections.
pub struct RwMySql { /* private fields */ }