Skip to main content

Module extractor

Module extractor 

Source
Expand description

Schema extraction from information_schema.

For V2 DDL-only snapshots, extractor only persists the schema index.

Structsยง

SchemaExtractor
Extracts schema definitions from information_schema.

Constantsยง

SYSTEM_SCHEMAS ๐Ÿ”’
System schemas that should be excluded from export.

Functionsยง

dedupe_canonicalized_schemas ๐Ÿ”’
extract_optional_string ๐Ÿ”’
Extracts an optional string value from a row.
extract_string ๐Ÿ”’
Extracts a string value from a row.
parse_options ๐Ÿ”’
Parses options string into a HashMap.
parse_quoted_option_line ๐Ÿ”’