method
Store.ResetArtifacts
func (backend *Store) ResetArtifacts(
ctx context.Context,
directory string,
transforms ...ridumigration.DataTransform,
) errorAtomically reverse all applied artifacts.
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.