app.model.database_model ======================== .. py:module:: app.model.database_model .. autoapi-nested-parse:: Database schema for everything stored in the database. Module Contents --------------- .. py:class:: Base Base class for database types. .. py:class:: StatusResponseDb Class to store the states of all current processes which await processing or a currently processed. .. py:class:: CompileResult Store the result of a compile request. .. py:class:: EnrichResult Store the result of an enrich request. .. py:class:: SingleEnrichResult Store the implementation for a node in the context of an enrichment result.