package
0.0.0-20210822100304-4e1d4fcc1e67
Repository: https://github.com/xormplus/xorm.git
Documentation: pkg.go.dev
# 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.
# Type aliases
GonicMapper implements IMapper.