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