Documentation
¶
Index ¶
Constants ¶
View Source
const (
MySQL = "mysql"
)
Variables ¶
View Source
var Command = &cli.Command{ Name: MySQL, Usage: "local MySQL server", Category: database.Category, HideHelpCommand: true, Subcommands: []*cli.Command{ common.ListCommand(MySQL), CreateCommand(), common.DeleteCommand(MySQL), common.LogsCommand(MySQL), common.ShellCommand(MySQL, "/bin/bash"), ClientCommand(), }, }
Functions ¶
func ClientCommand ¶
func CreateCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.