pgaccess

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadPGAccessEnvironments added in v0.4.3

func LoadPGAccessEnvironments(pgAccessFile string) (map[string]EnvironmentConfig, error)

func RunPsql

func RunPsql(psqlCfg *PsqlConfig) error

Types

type Configuration

type Configuration struct {
	Environments map[string]EnvironmentConfig `yaml:"environments"`
}

type EnvironmentConfig

type EnvironmentConfig struct {
	Host     string  `yaml:"host"`
	Database string  `yaml:"database"`
	SSLMode  string  `yaml:"sslMode"`
	UserName string  `yaml:"username"`
	Password *string `yaml:"password"`
	Iam      *bool   `yaml:"iam" default:"false"`
}

type PsqlConfig

type PsqlConfig struct {
	Host     string
	Username string
	Password string
	Database string
	SSLMode  string
}

func LoadPGAccessEnvironment added in v0.4.3

func LoadPGAccessEnvironment(environmentConfig EnvironmentConfig) (*PsqlConfig, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL