package
Version:
v2.3.0
Opens a new window with list of versions in this module.
Published: Mar 16, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ERCol struct {
Name string `json:"name"`
DataType string `json:"dataType"`
Desc string `json:"desc"`
Rel []string `json:"rel"`
}
type ERDatabase struct {
Name string `json:"name"`
Tables map[string]*ERTable `json:"tables"`
}
type ERKey struct {
Name string `json:"name"`
Method string `json:"method"`
IsUnique bool `json:"isUnique"`
IsPrimary bool `json:"isPrimary"`
Cols []string `json:"cols"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.