# Functions

EnsureCharsetAndCollate ensures that the charset is utf8mb4 and collate is utf8mb4_general_ci in the SQL query.
No description provided by the author
No description provided by the author
ReplaceCharsetAndCollate replaces any charset and collate in the SQL statement with utf8mb4 and utf8mb4_general_ci.
No description provided by the author

# Structs

mysqlDBMS struct.

# Type aliases

No description provided by the author