# Packages
Package postgres implements the indexer store interface for a PostgreSQL
database.
# Interfaces
Enrichment is an interface for querying enrichments from the store.
EnrichmentUpdater is an interface exporting the necessary methods for storing and querying Enrichments.
MatcherStore aggregates all interface types.
Updater is an interface exporting the necessary methods for updating a vulnerability database.
Vulnerability is the interface for querying stored Vulnerabilities.
# Type aliases
Iter is an iterator function that accepts a callback 'yield' to handle each iterator item.