Crate refinery_macros

Source
Expand description

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

Macrosยง

embed_migrations
Interpret Rust or SQL migrations and inserts a function called runner that when called returns a Runner instance with the collected migration modules.