import global methods instead.
import global getEngine method instead.
getEngine
import global closeEngineConnections method instead.
closeEngineConnections
This is no longer necessary, models are loaded automatically now (even though you may still want to boot them to avoid obfuscation).
This is no longer necessary, models are loaded automatically now (even though you may still want to boot them to avoid obfuscation, use the global bootModels method instead).
bootModels
This has been removed entirely. If you need to, keep track of models in your own code because this will be removed in an upcoming release.
import global requireEngine method instead.
requireEngine
import global setEngine method instead.
setEngine
Generated using TypeDoc
import global methods instead.