| Class | Description |
|---|---|
| AbstractPGExecutable<C extends AbstractPostgresConfig,P extends AbstractPGProcess> | |
| AbstractPGProcess<E extends de.flapdoodle.embed.process.runtime.Executable<PostgresConfig,P>,P extends de.flapdoodle.embed.process.runtime.IStopable> | |
| CreateuserExecutable |
psql executor
(helper to initialize the DB)
|
| CreateuserProcess<E extends CreateuserExecutable> |
createuser process
(helper to initialize the DB)
|
| EmbeddedPostgres |
Helper class simplifying the start up configuration for embedded postgres
|
| PackagePaths |
Paths builder
|
| PostgresExecutable |
postgres executable
|
| PostgresProcess |
postgres process
|
| PostgresStarter<E extends AbstractPGExecutable<PostgresConfig,P>,P extends AbstractPGProcess<E,P>> |
Starter for every pg process
|
| PsqlExecutable |
psql executor
(helper to initialize the DB)
|
| PsqlProcess<E extends PsqlExecutable> |
psql process
(helper to initialize the DB)
|
| Enum | Description |
|---|---|
| Command |
Copyright © 2018 Yandex. All rights reserved.