module documentation

This module implements the TinyDB binding to the database. It is used by the Storage class.

Class TinyDBBinding This class implements the TinyDB binding to the database. It is used by the Storage class.
Variable _actions Name of the actions table.
Variable _batchNotifications Name of the batchNotifications table.
Variable _children Name of the children table.
Variable _identifiers Name of the identifiers table.
Variable _requests Name of the requests table.
Variable _resources Name of the resources table.
Variable _schedules Name of the schedules table.
Variable _statistics Name of the statistics table.
Variable _subscriptions Name of the subscriptions table.
_actions: str =

Name of the actions table.

_batchNotifications: str =

Name of the batchNotifications table.

_children: str =

Name of the children table.

_identifiers: str =

Name of the identifiers table.

_requests: str =

Name of the requests table.

_resources: str =

Name of the resources table.

_schedules: str =

Name of the schedules table.

_statistics: str =

Name of the statistics table.

_subscriptions: str =

Name of the subscriptions table.