ORM Engine

Used to access ORM in background scripts. It is one instance for the whole script

Register the service into your main.go file:

registry.ServiceProviderOrmEngine()
1

Access the service:

service.DI().ORMEngine()
1

Never use that service in API. It is not thread safe!