Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Commands = []command{}
)
Functions ¶
func NewPrintOptions ¶
func NewPrintOptions() printOptions
Types ¶
type CommandEnv ¶
type CommandEnv struct {
// contains filtered or unexported fields
}
func NewCommandEnv ¶
func NewCommandEnv(db *sqlx.DB) *CommandEnv
type QueryResult ¶
type QueryResult struct { Columns []string Rows [][]interface{} }
func (QueryResult) ShowResult ¶
func (queryResult QueryResult) ShowResult(options printOptions)
type ShellOptions ¶
type ShellOptions struct { }
Click to show internal directories.
Click to hide internal directories.