Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Migrations Migrations `yaml:"migrations"`
}
type Connection ¶
type Database ¶
type Database struct {
Group string `yaml:"group"`
Folder string `yaml:"folder"`
Connection Connection `yaml:"connection"`
}
type Migrations ¶
Click to show internal directories.
Click to hide internal directories.