pub fn read_provider_from_lock_file(
    migrations_directory_path: &str
) -> Option<String>
Expand description

Read the provider from the migration_lock.toml. None means there was no migration_lock.toml file in the directory.