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