module DA_Dev::Postgres

Extended Modules

Defined in:

da_dev/Postgres.cr

Constant Summary

ERRORS = {} of String => String
HBA_CONF = File.expand_path("#{THIS_DIR}/config/pg_hba.conf")
PG_CONF = "/etc/postgresql/postgresql.conf"
PGPASS = "#{ENV["HOME"]}/.pgpass"

Instance Method Summary

Instance Method Detail

def setup #

[View source]
def setup_hba_conf #

[View source]
def setup_pg_conf #

[View source]
def setup_pgpass_file #

[View source]