Returns ResultModelManager DataMigrationManager instance.
getDataMigrator(connectionDetails, databaseSchema, tablePrefix = "")Instance of ResultModelManager::DataMigrationManager that has interface for converting existing data models
DatabaseConnector connection details object
String schema where database schema lives
(Optional) Use if a table prefix is used before table names (e.g. "cg_")