package
0.2.4
Repository: https://github.com/wesleywu/gowing.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddConfigNode adds one node configuration to configuration of given group.
AddDefaultConfigGroup adds multiple node configurations to configuration of default group.
AddDefaultConfigNode adds one node configuration to configuration of default group.
ConvertDataForRecord is a very important function, which does converting for any data that will be inserted into table/collection as a record.
No description provided by the author
DataToMapDeep converts `value` to map type recursively(if attribute struct is embedded).
No description provided by the author
GetConfig retrieves and returns the configuration of given group.
No description provided by the author
GetDefaultGroup returns the { name of default configuration.
IsConfigured checks and returns whether the database configured.
No description provided by the author
SetConfig sets the global configuration for package.
SetConfigGroup sets the configuration for given group.
SetDefaultGroup sets the group name for default configuration.
No description provided by the author

# Constants

Default group name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ConfigNode is configuration for one node.
Core is the base struct for database management.
No description provided by the author
No description provided by the author
WhereBuilder holds multiple where conditions in a group.
WhereHolder is the holder for where condition preparing.

# Type aliases

Config is the configuration management object.
ConfigGroup is a slice of configuration node for specified named group.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author