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

# Functions

# Variables

LintGonicMapper is A GonicMapper that contains a list of common initialisms taken from golang/lint.

# Structs

PrefixMapper provides prefix table name support.
SameMapper implements IMapper and provides same name between struct and database table.
SnakeMapper implements IMapper and provides name transaltion between struct and database table.
SuffixMapper provides suffix table name support.

# Interfaces

Mapper represents a name convertation between struct's fields name and table's column name.
TableName table name interface to define customerize table name.

# Type aliases

GonicMapper implements IMapper.