Sha256: 837cb289a2a9fe4d4abe58a77724fc8a7f85cc5cbe3c6c7679143de9b99e1ed0
Contents?: true
Size: 539 Bytes
Versions: 52
Compression:
Stored size: 539 Bytes
Contents
# frozen_string_literal: true require 'avm/instances/entry_keys' require 'avm/eac_postgresql_base0/instance' module Avm module EacPostgresqlBase0 module InstanceWith def pg @pg ||= ::Avm::EacPostgresqlBase0::Instance.new( host_env, user: read_entry(::Avm::Instances::EntryKeys::DATABASE_USERNAME), password: read_entry(::Avm::Instances::EntryKeys::DATABASE_PASSWORD), name: read_entry(::Avm::Instances::EntryKeys::DATABASE_NAME) ) end end end end
Version data entries
52 entries across 52 versions & 3 rubygems