# Functions
GetTableComment returns table comment.
GetTableName returns table name.
NewCacheMapper creates a cache mapper.
NewPrefixMapper creates a prefix mapper.
NewSuffixMapper creates a suffix mapper.
# Variables
LintGonicMapper is A GonicMapper that contains a list of common initialisms taken from golang/lint.
# Structs
CacheMapper represents a cache mapper.
PrefixMapper provides prefix table name support.
SameMapper implements Mapper and provides same name between struct and database table.
SnakeMapper implements IMapper and provides name translation 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.
No description provided by the author
TableName table name interface to define customerize table name.
# Type aliases
GonicMapper implements IMapper.