Skip to main content

Module codegen

Module codegen 

Source
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 Migration impl for the given diff.