package
0.0.0-20210822100304-4e1d4fcc1e67
Repository: https://github.com/xormplus/xorm.git
Documentation: pkg.go.dev

# Functions

NewColumn creates a new column.
NewEmptyTable creates an empty table.
NewIndex new an index object.
NewTable creates a new Table object.
default sql type change to go types.
Type2SQLType generate SQLType acorrding Go's type.

# Constants

# Variables

# Structs

Column defines database column.
Index represents a database index.
Quoter represents a quoter to the SQL table name and column name.
SQLType represents SQL types.
Table represents a database table.

# Type aliases