Module migra::managers[][src]

Expand description

Includes all the basic traits that will allow you to create your own client.

Traits

BatchExecute

Used to execute SQL.

ManageMigrations

Used to manage migrations in the database connection.

ManageTransaction

Used to manage transaction in the database connection.