pub type Q<'q> = Query<'q, MySql, MySqlArguments>;
Type alias for SQLx Query with MySQL arguments
pub struct Q<'q> { /* private fields */ }