Struct dbmigrate_lib::MysqlDriver[][src]

pub struct MysqlDriver { /* fields omitted */ }
Expand description

The MySQL driver

Implementations

Create MySQL driver

Trait Implementations

Formats the value using the given formatter. Read more

A fn that will create a migration table if it doesn’t exist Otherwise do nothing Read more

A fn that will delete migration table

Get the current migration number from the database

Set the current migration number in the database

Perform the migration content on the database and set the migration number to be the number given Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.