method
Store.ApplyArtifacts
func (backend *Store) ApplyArtifacts(
ctx context.Context,
directory string,
transforms ...ridumigration.DataTransform,
) errorValidate and atomically apply all pending immutable 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.