Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDuplicateEntry = errors.New("postgres: duplicate entry")
)
Functions ¶
This section is empty.
Types ¶
type JSONObject ¶
type JSONObject struct {
Val interface{}
}
func (*JSONObject) Scan ¶
func (o *JSONObject) Scan(src interface{}) error
type Option ¶
type Option func(*options)
func WithConnMaxLifetime ¶
func WithLogger ¶
func WithMaxIdleConns ¶
func WithMaxOpenConns ¶
Click to show internal directories.
Click to hide internal directories.