Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDBNotFound 数据库不存在 ErrDBNotFound = errors.New("db not found") )
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
DB string
Table string
Name string
Default string
Nullable string
DataType string
Key string
CharSet string
Collation string
Comment string
Extra map[string]string
}
Column 列元信息
type DB ¶
type DB struct {
Name string
CharSet string
Collation string
Tables []Table
Extra map[string]string
}
DB 数据库实例元信息
Click to show internal directories.
Click to hide internal directories.