package
1.0.1
Repository: https://github.com/go-various/xorm.git
Documentation: pkg.go.dev

# Functions

ErrorRow return an error row.
FromDB creates a DB from a sql.DB.
MapToSlice map query and struct as sql and args.
NewRow from rows.
Open opens a database.
StructToSlice converts a query and struct as sql and args.

# Variables

DefaultCacheSize sets the default cache size.
ErrNoMapPointer represents error when no map pointer.
ErrNoStructPointer represents error when no struct pointer.

# Structs

DB is a wrap of sql.DB with extra contents.
EmptyScanner represents an empty scanner.
Row reprents a row of a tab.
Rows represents rows of table.
Stmt reprents a stmt objects.
Tx represents a transaction.

# Interfaces

Executer represents an interface to execute a SQL.
Queryer represents an interface to query a SQL to get data from database.
QueryExecuter combines the Queryer and Executer.

# Type aliases

NullTime defines a customize type NullTime.