genmodel

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2025 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 {
	Module string
	IsNew  bool
}

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(sqlConn sqlx.SqlConn, tables []string) ([]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