Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseMySQLType ¶
func ParseSQLiteType ¶
Types ¶
type Schema ¶
type Schema struct {
Name string `json:"name"`
GoName string `json:"go_name"`
Fields Fields `json:"fields"`
FromSelect bool `json:"from_select"`
DB string `json:"db"`
}
func LoadSchema ¶
func (*Schema) InsertIgnoreQuery ¶
func (*Schema) InsertQuery ¶
Click to show internal directories.
Click to hide internal directories.