module documentation

Undocumented

Class ​My​SQLTable​Definition​Parser Parses the results of a SHOW CREATE TABLE statement.
Class ​Reflected​State Stores raw information about a SHOW CREATE TABLE statement.
Function ​_pr​_compile Prepare a 2-tuple of compiled regex and callable.
Function ​_re​_compile Compile a string to regex, I and UNICODE.
Function ​_strip​_values Strip reflected values quotes
Variable ​_options​_of​_type​_string Undocumented
def _pr_compile(regex, cleanup=None):
Prepare a 2-tuple of compiled regex and callable.
def _re_compile(regex):
Compile a string to regex, I and UNICODE.
def _strip_values(values):
Strip reflected values quotes
_options_of_type_string: tuple[str, ...] =

Undocumented