java.lang.Object
com.io7m.idstore.database.postgres.internal.IdDatabase
All Implemented Interfaces:
IdDatabaseType, IdServiceType, AutoCloseable

public final class IdDatabase extends Object implements IdDatabaseType
The default postgres server database implementation.
  • Constructor Details

    • IdDatabase

      public IdDatabase(io.opentelemetry.api.OpenTelemetry inOpenTelemetry, Clock inClock, com.zaxxer.hikari.HikariDataSource inDataSource, IdDatabaseMetrics inMetrics)
      The default postgres server database implementation.
      Parameters:
      inOpenTelemetry - A telemetry interface
      inClock - The clock
      inDataSource - A pooled data source
      inMetrics - A metrics bean
  • Method Details