postgres

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

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 ClientCommand() *cli.Command

func CreateCommand

func CreateCommand() *cli.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL