Skip to main content

Module schema

Module schema 

Source
Expand description

CLI implementation for the inno schema subcommand.

Extracts table schema from SDI metadata in MySQL 8.0+ tablespaces and reconstructs human-readable CREATE TABLE DDL. For pre-8.0 tablespaces, provides a best-effort inference from INDEX page structure.

Structs§

SchemaOptions
Options for the inno schema subcommand.

Functions§

execute
Extract schema and reconstruct DDL from tablespace metadata.