SetupDormRuntime

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)

Members

Static variables

_initializedDormRuntime
bool _initializedDormRuntime;
Undocumented in source.

Meta