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.