Skip to main content

Module migration

Module migration 

Source
Expand description

Versioned document migration framework.

Provides a registry of version-to-version migrations and computes the shortest migration path between any two reachable versions using BFS.

Structs§

MigrationContext
A mutable document context passed through each migration step.
MigrationPlan
An ordered sequence of migration steps computed by MigrationRegistry::plan.
MigrationRegistry
Registry of all known migrations.

Traits§

Migration
A single version-to-version migration step.