app.model.database_model

Database schema for everything stored in the database.

Module Contents

class app.model.database_model.Base

Base class for database types.

class app.model.database_model.StatusResponseDb

Class to store the states of all current processes which await processing or a currently processed.

class app.model.database_model.CompileResult

Store the result of a compile request.

class app.model.database_model.EnrichResult

Store the result of an enrich request.

class app.model.database_model.SingleEnrichResult

Store the implementation for a node in the context of an enrichment result.