Constructor for the MySqlHandler.
Connection parameters.
Mysql connection object.
Mysql connection options
Closes the MySql connection.
Connect to MySql based on the connection data.
Reads all the relations for a given table.
table name
foreign key relations
Reads the schema for a given table.
table name
table schema
Reads the information schema and returns an array of tables.
array of table names.
Normalize column schema.
sql column schema
normalized column schema
Reads the database schema, processes it and returns a normalized version of it.
database schema
Generated using TypeDoc
MySql Handler.
MysqlHandler
{BaseHandler}