function

ProjectMigrations

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

ProjectMigrations binds checksum-protected callbacks into the compiled project while PostgreSQL retains ownership of every migration transaction and the credential-bearing connection boundary.

Source adapters/postgres/migration_transform.go:534

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

Related types

  • DataTransform

    Executable up and down callbacks bound to an immutable descriptor.

  • ProjectDriver

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