Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVisitor ¶
func NewVisitor(db tables) *visitor
func TranslateColumnType ¶
TranslateColumnType converts sqlite database types to Go types, for example "varchar" to "string" and "bigint" to "int64". It returns this parsed data as a Column object. https://sqlite.org/datatype3.html
Types ¶
type IndexExtra ¶
type IndexExtra = struct {
Partial bool `json:"partial"`
}
Click to show internal directories.
Click to hide internal directories.