structx

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VarStringDSN     string
	VarStringTable   string
	VarStringDir     string
	VarStringPkg     string
	VarStringDBName  string
	VarStringDialect string
)

Functions

func Action

func Action(cmd *cobra.Command, args []string) error

Types

type Field

type Field struct {
	Name      string
	Type      string
	Tag       string
	Comment   string
	IsPrimary bool
	AutoIncr  bool
	Nullable  bool
}

type Table

type Table struct {
	Name    string
	Comment string
	Fields  []Field
}

Jump to

Keyboard shortcuts

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