MCPcopy Index your code
hub / github.com/upper/db / JSONBArray

TypeAlias JSONBArray

adapter/cockroachdb/custom_types.go:53–53  ·  view source on GitHub ↗

JSONBArray represents an array of any type (`[]interface{}`) that is compatible with PostgreSQL's JSONB type. JSONBArray satisfies sqlbuilder.ScannerValuer.

Source from the content-addressed store, hash-verified

51// compatible with PostgreSQL's JSONB type. JSONBArray satisfies
52// sqlbuilder.ScannerValuer.
53type JSONBArray []interface{}
54
55// Value satisfies the driver.Valuer interface.
56func (a JSONBArray) Value() (driver.Value, error) {

Callers 1

testPostgreSQLTypesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected