Entry point for database update operations exposed to scripts. Use this type to access updater modules such as DSM-5 mutations.
const updater = new Bluestep.DB.Updater(context);const dsm5 = updater.dsm5; Copy
const updater = new Bluestep.DB.Updater(context);const dsm5 = updater.dsm5;
Readonly
DSM-5 mutation operations.
Entry point for database update operations exposed to scripts. Use this type to access updater modules such as DSM-5 mutations.
Example