JSONB_VALUE function
value will been json.encode(value), before send to database
Implementation
pg.TypedValue JSONB_VALUE(dynamic value) => pg.TypedValue(pg.Type.jsonb, value);
value will been json.encode(value), before send to database
pg.TypedValue JSONB_VALUE(dynamic value) => pg.TypedValue(pg.Type.jsonb, value);