function

ProjectMigrations

func ProjectMigrations( transforms ...ridumigration.DataTransform, ) ridumigration.ProjectDriver

Build the compiled-project driver for checksum-bound transaction-scoped data transforms.

Source adapters/mongodb/migration_transform.go:320

@param transforms
The transforms value.
@returns
The declared result.

Callbacks remain compiled into the application; artifacts contain only validated names and checksums. MongoDB owns their transactions, checkpoints, and private connection boundary.

Related types

  • DataTransform

    Executable up and down callbacks bound to an immutable descriptor.

  • ProjectDriver

    Application-compiled callbacks behind adapter-owned project migration commands.