# Functions

NewPostgresRepository returns a new instance of PostgresRepository.
R is used to access the global repository singleton.
ReplaceGlobals affect a new repository to the global repository singleton.

# Structs

PostgresRepository is a repository containing the FrontDraft definition based on a PSQL database and implementing the repository interface.

# Interfaces

Repository is a storage interface which can be implemented by multiple backend (in-memory map, sql database, in-memory cache, file system, ...) It allows standard CRUD operation on RootCauses.