Expand description
Migration code generation.
Generates Rust source code implementing the [Migration] trait
from a SchemaDiff, enabling makemigrations-style tooling.
Functionsยง
- generate_
migration_ code - Generates a Rust source string containing a
Migrationimpl for the given diff.