interface
ReadinessStore
type ReadinessStore interface {
Ready(context.Context, schema.Manifest) error
}Verify the database is usable by an exact manifest and internally complete migration state.
Readyfunc(context.Context, schema.Manifest) error- The Ready value.
This method does not receive the executable artifact history. Production runtimes use MigrationReadinessStore when the adapter provides it.