method
Store.ArtifactPlan
func (backend *Store) ArtifactPlan(
ctx context.Context,
directory string,
executableManifest schema.Manifest,
) ([]MigrationStatus, error)Return manifest-bound pending and applied artifact topology.
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.