pgaccess

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 LoadPGAccessEnvironmentUser

func LoadPGAccessEnvironmentUser(pgAccessFile string, environment string) (*PsqlConfig, error)

Jump to

Keyboard shortcuts

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