Categorygithub.com/jkgx/types
modulepackage
1.0.1
Repository: https://github.com/jkgx/types.git
Documentation: pkg.go.dev

# Functions

JSONScan is a generic helper for storing a value as a JSON blob in SQL.
JSONValue is a generic helper for retrieving a SQL JSON-encoded value.

# Type aliases

JSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger.
NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-.
swagger:type string.
NullTime implements sql.NullTime functionality.