package
0.3.16
Repository: https://github.com/hwultra/fb-tools.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
JSONOverlaps query column as json.
JSONQuery query column as json.
JSONSet update fields of json column.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
JSONOverlapsExpression JSON_OVERLAPS expression, implements clause.Expression interface to use as querier.
JSONQueryExpression json query expression, implements clause.Expression interface to use as querier.
JSONSetExpression json set expression, implements clause.Expression interface to use as updater.
JSONType give a generic data type for json encoded data.

# Type aliases

No description provided by the author
JSON defined JSON data type, need to implements driver.Valuer, sql.Scanner interface.
JSONMap defined JSON data type, need to implements driver.Valuer, sql.Scanner interface.
JSONSlice give a generic data type for json encoded slice data.
Time is alias type for time.Time.
No description provided by the author