[][src]Crate refinery_macros

Contains Refinery macros that are used to import and embed migration files.

Macros

embed_migrations

Embeds sql migration files and inserts a function called runner that when called returns a Runner instance with the collected migration files

include_migration_mods

Imports Rust migration modules with migrations and inserts a function called runner that when called returns a Runner instance with the collected migration modules.