cmd

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package cmd provides command-line interface for pgcopy

Package cmd provides command-line interface for pgcopy

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type TableSummary

type TableSummary struct {
	Schema   string
	Name     string
	RowCount int64
	Size     string
}

TableSummary represents information about a database table including schema, name, row count and size

Jump to

Keyboard shortcuts

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