Documentation
¶
Index ¶
Constants ¶
View Source
const ( InMemory = ":memory:" Driver = "sqlite3" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Dir string
DB string
Options string
Migrations fs.FS
Upload func(context.Context, *os.File) error
}
func (*Config) Connection ¶
Click to show internal directories.
Click to hide internal directories.