Crate migrate_state_file[][src]

Expand description

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

See FileStateLock docs for more details.

Structs

FileStateLock

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