Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColInfo ¶
type ColInfo struct {
// Postgres only extension bits
// ArrType is the underlying data type of the Postgres
// ARRAY type. See here:
// https://www.postgresql.org/docs/9.1/static/infoschema-element-types.html
ArrType string `json:"arr_type" yaml:"arr_type"`
UDTName string `json:"udt_name" yaml:"udt_name"`
UDTSchema string `json:"udt_schema" yaml:"udt_schema"`
}
type IndexExtra ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ParseFolders ¶ added in v0.35.0
func (*Parser) ParseQueries ¶
type Translator ¶
type Translator struct {
Enums []Enum
Types drivers.Types
// contains filtered or unexported fields
}
func (*Translator) TranslateColumnType ¶
Click to show internal directories.
Click to hide internal directories.