method
Store.DownArtifacts
func (backend *Store) DownArtifacts(
ctx context.Context,
directory string,
transforms ...ridumigration.DataTransform,
) errorAtomically reverse the latest applied artifact.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.
DataTransformExecutable up and down callbacks bound to an immutable descriptor.