gen_code

package
v0.1.1-beta Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDBMetaData

type IDBMetaData interface {
	ConnectionDB() error
	AllTableData() (model.TableMataDataList, error)
	GetTableColumns(tableName string) (model.ColumnMetaDataList, error)
	TableDataForSelect(flagModel model.FlagModel) (model.TableMataDataList, error)
}

func NewDbCodeGen

func NewDbCodeGen(f model.FlagModel) (IDBMetaData, error)

NewDbCodeGen 新建数据库生成器

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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