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.

Source adapters/sqlite/migrations.go:1210

@param ctx
The ctx value.
@param directory
The directory value.
@param executableManifest
The executableManifest value.
@returns
The declared result.

Related types

  • Store

    A SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.

  • Manifest

    An immutable versioned schema contract.

  • MigrationStatus

    One immutable artifact relative to the SQLite ledger.