mydbgen

package module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: BSD-2-Clause Imports: 6 Imported by: 0

README

mydbgen

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(cfg Config) error

Types

type Column

type Column struct {
	TableName  string
	Name       string
	DataType   string
	ColumnType string
	IsNullable string
	Key        string
	Extra      string
	Default    *string
	Comment    string
}

type Config

type Config struct {
	Host     string
	Port     int
	User     string
	Password string
	DBName   string

	Tables []string

	OutDir  string
	Package string

	TypeMapper func(Column) string
}

Jump to

Keyboard shortcuts

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