Crate migrate_state_file[][src]

Expand description

Implementation of storing the migration state in a file on the local file system.

See FileStateLock docs for more details.

Structs

Implements StateLock storing the migration state in a file on the local file system. It uses operating system advisory file locks to support state locking.