genmodel

package
v0.29.1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: MIT Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JzeroModel added in v0.26.0

type JzeroModel struct {
	Wd     string
	Style  string
	Module string

	config.GenConfig
}

func (*JzeroModel) Gen added in v0.26.0

func (jm *JzeroModel) Gen() error

func (*JzeroModel) GenDDL added in v0.27.0

func (jm *JzeroModel) GenDDL(tables []string) error

func (*JzeroModel) GenRegister added in v0.26.0

func (jm *JzeroModel) GenRegister(tables []string) error

type ShowCreateTableResult added in v0.27.0

type ShowCreateTableResult struct {
	DDL string `db:"Create Table"`
}

type Table

type Table struct {
	Name string `db:"name"`
}

Jump to

Keyboard shortcuts

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