timescaledb

package
v0.0.0-...-0cee181 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "timescaledb",
	Short: "Subcommand for TimescaleDB operations",
	PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
		err := root.RootCmd.PersistentPreRunE(cmd, args)
		if err != nil {
			return fmt.Errorf("could not read global flag: %w", err)
		}

		return nil
	},
}

Cmd represents the timescaledb command

Functions

func PortForwardTimescaleDB

func PortForwardTimescaleDB(listenPort int) error

func PsqlConnect

func PsqlConnect(k8sClient k8s.Client, dbDetails *pgconn.DBDetails, master bool) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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