Sets up the DORM runtime that is required to use DORM (and its implementation library "RORM")
You must use this mixin to use DORM. You can simply call
mixin SetupDormRuntime;
in your entrypoint file to have the runtime setup automatically.
Supports passing in a timeout (Duration or integer msecs)
See Implementation
Sets up the DORM runtime that is required to use DORM (and its implementation library "RORM")
You must use this mixin to use DORM. You can simply call
in your entrypoint file to have the runtime setup automatically.
Supports passing in a timeout (Duration or integer msecs)