cli

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultColumnCnt = 32

Variables

View Source
var Version = "0.6.0"

Functions

func Compare

func Compare(dbSource string, r exceltesting.CompareRequest) error

func Dump

func Dump(dbSource, targetFile, tableNameArg, systemColumnArg string, maxDumpSize int) error

func Load

func Load(dbSource string, r exceltesting.LoadRequest) error

func Main

func Main()

func Str

func Str(a any) string

Types

type ColumnDef

type ColumnDef struct {
	Name         string
	Comment      string
	DataType     string
	Constraint   string
	DefaultValue string
}

type TableDef

type TableDef struct {
	Name    string
	Comment string
	Columns []ColumnDef
}

Jump to

Keyboard shortcuts

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