method
Store.ArtifactStatus
func (backend *Store) ArtifactStatus(
ctx context.Context,
directory string,
executableManifest schema.Manifest,
) ([]MigrationStatus, error)Report immutable history against the SQLite ledger and executable manifest.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
ManifestAn immutable versioned schema contract.
MigrationStatusOne immutable artifact relative to the SQLite ledger.