Skip to main content

Module schemas

Module schemas 

Source

Structs§

InfoSchema
MySqlTableSchema
A representation of the raw schema info for a table from MySQL
QualifiedTableRef
A reference to a table in a schema/database

Enums§

SchemaRequest
Request for table schemas from MySQL

Statics§

SYSTEM_SCHEMAS
Built-in system schemas that should be ignored when querying for user-defined tables since they contain dozens of built-in system tables that are likely not needed.

Functions§

schema_info
Retrieve the tables and column descriptions for tables in the given schemas.