module documentation

Undocumented

Class MySQLTableDefinitionParser Parses the results of a SHOW CREATE TABLE statement.
Class ReflectedState 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): (source)

Prepare a 2-tuple of compiled regex and callable.

def _re_compile(regex): (source)

Compile a string to regex, I and UNICODE.

def _strip_values(values): (source)

Strip reflected values quotes

_options_of_type_string: tuple[str, ...] = (source)

Undocumented