[][src]Crate refinery_migrations

Structs

AppliedMigration
Config
Migration

Represents a schema migration to be run on the database, this struct is used by the embed_migrations and the mod_migrations to gather migration files and shouldn't be needed by the user

Runner

Struct that represents the entrypoint to run the migrations, an instance of this struct is returned by the embed_migrations and the mod_migrations runner function, Runner should not need to be instantiated manually

Enums

ConfigDbType
Error

Enum listing possible errors from Refinery.

MigrationPrefix

An enum set that represents the prefix for the Migration, at the moment only Versioned is supported

MigrationType

Traits

WrapMigrationError

Functions

file_match_re
find_migrations_filenames