//
pkg.gl
Category
github.com/leancodebox/dbhelper
util
str
package
0.0.2
Repository:
https://github.com/leancodebox/dbhelper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
19 SLOC
#
Functions
Camel
Camel 转为 CamelCase,如 topic_comment -> TopicComment.
LowerCamel
LowerCamel 转为 lowerCamelCase,如 TopicComment -> topicComment.
Plural
Plural 转为复数 user -> users.
Singular
Singular 转为单数 users -> user.
Snake
Snake 转为 snake_case,如 TopicComment -> topic_comment.