relational

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBOptions

type DBOptions struct {
	ConnectionMaxLifetime int
	MaxIdleConnections    int
	MaxOpenConnections    int
}

DBOptions represents config parameters for the relational DB clients.

type MapStringInterface

type MapStringInterface map[string]interface{}

MapStringInterface is used to insert and fetch task params type of map[string]interface{} as JSON to and from MySQL.

func (*MapStringInterface) Scan

func (ss *MapStringInterface) Scan(src interface{}) error

https://golang.org/pkg/database/sql/#Scanner

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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