Module migra::clients[][src]

Expand description

Includes additional client tools and contains predefined database clients that have been enabled in the features.

Structs

PostgresClient

Predefined Postgres client.

Traits

Client

All client implementations that have migration and transaction manager implementations are considered clients.

OpenDatabaseConnection

A trait that helps to open a connection to a specific database client.

Type Definitions

AnyClient

If you have complex application mechanics that allow users to choose which database they can use, then you will most likely need this helper for that.