Module mongodb_migrator::migrator
source · Expand description
Migrator runs passed migrations - entities which implement [Migration
] trait
Modules
With this type of the migrator it’s possible write JavaScript based migrations
and run them via mongo shell(–eval flag)