Documentation
¶
Overview ¶
Package mysql implements the MySQL database driver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct{}
func (*Driver) DumpSchema ¶ added in v0.0.8
func (d *Driver) DumpSchema(ctx context.Context, conn *sql.DB, opts db.SchemaOptions) (*db.SchemaInfo, *errors.XError)
DumpSchema exports the MySQL database schema.
Click to show internal directories.
Click to hide internal directories.