Versions in this module Expand all Collapse all v0 v0.1.0 Sep 14, 2026 Changes in this version + type CheckResult struct + Actual string + Err error + Expected string + Name string + Status string + type DatabaseEngine interface + Name func() string + RequiredCapabilities func() []string + Restore func(ctx context.Context, c *sandbox.Container, artifactPath string, ...) error + RunCheck func(ctx context.Context, c *sandbox.Container, chk contract.Check, ...) (CheckResult, error) + WaitUntilReady func(ctx context.Context, c *sandbox.Container, username, database string) error