Skip to main content

Module migration

Module migration 

Source
Expand description

Migration planning and helpers.

ModelVault keeps schema evolution conservative by default. When a proposed schema change requires rewriting existing data (e.g. adding a required field), callers can plan and then execute a migration using helpers provided here.

Structs§

MigrationPlan

Enums§

MigrationStep