package
0.0.0-20211110113356-eaa5698701be
Repository: https://github.com/jspc/dbml-go.git
Documentation: pkg.go.dev

# Functions

GoInitialismCamelCase return initialism.
Initialism return initialsm string.
JSONCamelCase converts a snake_case identifier to a camelCase identifier, according to the protobuf JSON specification.
JSONSnakeCase converts a camelCase identifier to a snake_case identifier, according to the protobuf JSON specification.
Normalize return name in underscore.
NormalizeGoTypeName return Normalize for Go Type Name.
NormalizeTypeName return name of model type, which normalize eg: users => User categories => category.
NormalLizeGoName return normalize GoName.