Services

Services are thread-local global singleton objects, instantiated during the models run.

They can be accessed through current , e.g.:

from gluon import current

s3db = current.s3db

This section describes the services, and their most relevant functions.