Interface SpincastTestingPostgresConfig

All Known Implementing Classes:
SpincastTestingPostgresConfigDefault

public interface SpincastTestingPostgresConfig
  • Method Details

    • getDataTempDir

      File getDataTempDir()
    • getPortToUse

      int getPortToUse()
      The port to use.

      By default, a random free port is picked.

    • isResetSchemaOnInit

      boolean isResetSchemaOnInit()
      Will reset the "public" schema if it exists at startup.