function
InspectArtifacts
func InspectArtifacts(
ctx context.Context,
path,
directory string,
executableManifest schema.Manifest,
) ([]MigrationStatus, error)Report immutable migration state without creating or changing the selected SQLite database.
Source adapters/sqlite/migrations.go:1221
A missing database is reported with every artifact pending. Existing databases are opened read-only without adapter write pragmas or journal sidecars.
Related types
ManifestAn immutable versioned schema contract.
MigrationStatusOne immutable artifact relative to the SQLite ledger.