Documentation ¶ Index ¶ type Hstore func (h *Hstore) Scan(value interface{}) error func (h Hstore) Value() (driver.Value, error) type Jsonb func (j *Jsonb) Scan(value interface{}) error func (j Jsonb) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Hstore ¶ type Hstore map[string]*string func (*Hstore) Scan ¶ func (h *Hstore) Scan(value interface{}) error Scan scan value into Hstore func (Hstore) Value ¶ func (h Hstore) Value() (driver.Value, error) Value get value of Hstore type Jsonb ¶ type Jsonb struct { json.RawMessage } Jsonb Postgresql's JSONB data type func (*Jsonb) Scan ¶ func (j *Jsonb) Scan(value interface{}) error Scan scan value into Jsonb func (Jsonb) Value ¶ func (j Jsonb) Value() (driver.Value, error) Value get value of Jsonb Source Files ¶ View all Source files postgres.go Click to show internal directories. Click to hide internal directories.