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

# Functions

ErrorRow return an error row.
FromDB creates a DB from a sql.DB.
NewRow from rows.
Open opens a database.

# 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.
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