Last Updated: 3/10/2026
Class MysqlIntrospector
An interface for getting the database metadata (names of the tables and columns etc.)
Implements
Index
Constructors
Methods
Constructors
constructor
Parameters
Returns MysqlIntrospector
Methods
getMetadata
Get the database metadata such as table and column names.
Parameters
Optional
Returns Promise<DatabaseMetadata>
Deprecated
Use getTables() instead.
Implementation of DatabaseIntrospector.getMetadata
getSchemas
Get schema metadata.
Returns Promise<SchemaMetadata[]>
Implementation of DatabaseIntrospector.getSchemas
getTables
Get tables and views metadata.
Parameters
Returns Promise<TableMetadata[]>
Implementation of DatabaseIntrospector.getTables
Settings
On This Page
Generated using TypeDoc