class Gitlab::QA::Component::PostgreSQL

def instance

def instance
  prepare
  start
  wait_until_ready
  yield self
ensure
  teardown
end