jsonb

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2019 License: MIT Imports: 3 Imported by: 0

README

Build Status Go Report Card

Postrgres' JSONB implementation for Go

Usage

Include it in your project:

go get github.com/michele/go.jsonb

or

glide get github.com/michele/go.jsonb

then use it in your project:

import (
  jsonb "github.com/michele/go.jsonb"
)

...

type Example struct {
  Field jsonb.JSONB
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JSONB

type JSONB map[string]interface{}

func (*JSONB) Scan

func (jb *JSONB) Scan(src interface{}) error

func (JSONB) Value

func (jb JSONB) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL