Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Driver string
URL string
Host string
Port string
User string
Pass string
DBName string
SSL string
Limit int
}
Options is a struct that stores the provided commands by the user.
func SetDefault ¶
SetDefault returns a Options struct and fills the empty values with environment variables if any.
Click to show internal directories.
Click to hide internal directories.