Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor (
@inject(BUS_POSTGRES_INTERNAL_SYMBOLS.PostgresPool) private readonly postgres: Pool,
@inject(BUS_POSTGRES_SYMBOLS.PostgresConfiguration) private readonly configuration: PostgresConfiguration,
@inject(BUS_SYMBOLS.JsonSerializer) private readonly serializer: JsonSerializer,
@inject(LOGGER_SYMBOLS.Logger) readonly logger: Logger
) {
}