Documentation
¶
Overview ¶
Package sqlite provides a SQLite storage backend.
This is the recommended storage backend for Lightsail deployments. Data is persisted to a local SQLite database file.
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
}
Config configures the SQLite storage.
Click to show internal directories.
Click to hide internal directories.