Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DBPath string
ReadOnly bool
AutoCreate bool
DefaultRowLimit int
StatementTimeout time.Duration
OpenBusyTimeoutMS int
EnableMultiStatement bool
StatementAllowlist []string
StatementDenylist []string
RedactedColumns []string
RateLimitRequests int
RateLimitWindow time.Duration
}
Config controls sqlite runtime behavior.
func DefaultConfig ¶
func DefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.