Documentation
¶
Overview ¶
Package postgres implements the ctrlplane store interface using PostgreSQL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// DSN is the database connection string.
DSN string `env:"CP_POSTGRES_DSN" json:"dsn"`
}
Config holds PostgreSQL connection configuration.
Click to show internal directories.
Click to hide internal directories.