Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DBPopulatedFlag = cli.BoolFlag{ Name: "db.appearance.populated", Aliases: []string{"dbap"}, Usage: "Print populated table content only", Required: false, Value: false, } DBNameFlag = cli.StringFlag{ Name: "db.name", Aliases: []string{"dbn"}, Usage: "DB name to print info about. If not set, all dbs will be printed.", Required: false, Value: "", } )
View Source
var Command = cli.Command{ Action: startPrintDBsInfo, Name: "databases", Aliases: []string{"dbs"}, Usage: "Print database tables info.", ArgsUsage: "", Flags: []cli.Flag{ &flags.DebugURLFlag, &flags.OutputFlag, &DBPopulatedFlag, &DBNameFlag, }, Description: ``, }
Functions ¶
This section is empty.
Types ¶
type BDTableInfo ¶
Click to show internal directories.
Click to hide internal directories.