Namespace DbExport.Providers.MySql

Classes

CharacterSet

Represents a MySQL character set, including its name, supported collations, and default collation.

MySqlCodeGenerator

A code generator responsible for producing SQL scripts for MySQL databases.

MySqlOptions

Represents options specific to MySQL database generation.

MySqlSchemaProvider

Provides functionality to extract schema information from a MySQL database.

MySqlScriptExecutor

Provides functionality for executing MySQL scripts, including management of database creation commands and connection string updates for the target database. Extends the functionality of the BatchScriptExecutor class for MySQL-specific use cases.