package
0.0.0-20240421041849-4a8b94e5f9ec
Repository: https://github.com/hewiefreeman/gophergamedb.git
Documentation: pkg.go.dev
# Functions
GetQueryItemMethods checks query item names for methods and returns the item name and the list of methods.
GetUniqueItems gets the item name (string, eg: ["login", "email"]) of all unique table items and appends them to destination.
ItemFilter filters an item in a query against it's corresponding SchemaItem.
New creates a new schema from a JSON schema object, or recovered Schema from a config file.
Restore restores a schema from a config file with it's Schema array.
# Constants
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
Item data type names.
For Arrays and Maps.
Append item at array index.
^ End.
For Arrays and Maps.
Method names.
For Arrays and Maps.
Method names.
Separator for from-to Array get queries.
Makes a nested get query | TO-DO.
Method names.
Method names.
Method names.
For Arrays.
For Maps.
Select last item of Arrays.
Method names.
Method names.
Method names.
Method names.
Method names.
Numeric methods.
Method names.
Method names.
Method names.
Method names.
For Arrays.
Method names.
Time methods.
Sort Array in Ascending order.
Sort Array in Descending order.
Makes a nested get query for the current entry | TO-DO.
Method names.
ANSIC.
Kitchen.
RFC1123.
RFC1123 with numeric zone.
RFC3339.
RFC3339 nano.
RFC882.
RFC822 with numeric zone.
RFC850.
Ruby Date.
Time Stamp.
Time Stamp with microseconds.
Time Stamp with milliseconds.
Time Stamp with nanoseconds.
Unix Date.
# Structs
No description provided by the author
No description provided by the author
Filter for queries.
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
No description provided by the author
SchemaConfigItem structures data for saving Schemas/Objects to disk in a config file.
SchemaItem represents one of the items in a Schema.
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
# Type aliases
Schema represents a database schema that one or more tables must adhere to.