Documentation
¶
Index ¶
Constants ¶
View Source
const DriverMariaDB = "mariadb"
View Source
const DriverMysql = "mysql"
View Source
const DriverSqlite = "sqlite"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryMacro ¶
type SQLTable ¶
type SQLTable struct {
Name string
Columns map[string]*SQLColumn
Constraints []*SQLTableConstraint
Indexes []*SQLTableIndex
References []*SQLTableReference
Referenced []*SQLTableReference
Order int
}
type SQLTableConstraint ¶
type SQLTableIndex ¶
type SQLTableReference ¶
Click to show internal directories.
Click to hide internal directories.