# Functions
CreateIssue creates the given enriched issue on the database.
DeleteIssueByHash deletes an issue given its hash.
Dump is an internal debug method.
EnrichIssue enriches a given issue, returning an enriched issue once processed.
GetHash returns the hash of an issue.
GetIssueByHash returns an issue given its hash.
NewEnrichedIssue returns a new enriched issue from a raw issue.
UpdateEnrichedIssue updates a given enriched issue.
UpdateIssue updates a given enriched issue on the database.