Documentation
¶
Overview ¶
Package sqlite implements the ctrlplane store interface using SQLite.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Path is the database file path.
Path string `default:"ctrlplane.db" env:"CP_SQLITE_PATH" json:"path"`
}
Config holds SQLite configuration.
Click to show internal directories.
Click to hide internal directories.