Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.
The Library contains the common utils for the ioBroker controller which can be used by db classes too, as they do not rely on the db (circular dependencies).
The Library contains the common utils of ioBroker which use the DB directly and thus cannot be required by the DB itself (cirular dependencies). It makes sense to place methods here too, which require typings from the database if they are surely not used