Functions§
- create_
user_ group_ matching_ regex - This function creates a regex that matches items (users, databases) that belong to the user or any of the user’s groups.
- try_
get_ with_ binary_ fallback - Some mysql versions with some collations mark some columns as binary fields, which in the current version of sqlx is not parsable as string. See: https://github.com/launchbadge/sqlx/issues/3387