Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
RowID string
Name string
DBType string
Unique bool
Nullable bool
AutoGenerated bool
PK bool
Default string
Comment string
Enum []string
FreeText string
}
func ConvertCol ¶
type CommonInfo ¶ added in v1.1.0
type CommonInfo struct {
TablesByConnection []drivers.Table
DriverName string
IgnoreAttributes map[string]int
IsIgnoreView bool
RawMermaid string
}
func (*CommonInfo) IsShownAttr ¶ added in v1.2.0
func (c *CommonInfo) IsShownAttr(attr string) bool
type Definition ¶
Click to show internal directories.
Click to hide internal directories.