sql

package
v4.0.7 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2023 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, driver string, dsn string, prefix string) (configx.Entrypoint, error)

func NewDAO

func NewDAO(ctx context.Context, o dao.DAO) (dao.DAO, error)

Types

type DAO

type DAO interface {
	dao.DAO

	Get() ([]byte, error)
	Set([]byte) error
}

type SQL

type SQL struct {
	// contains filtered or unexported fields
}

func (*SQL) Del

func (s *SQL) Del() error

func (*SQL) Get

func (s *SQL) Get() configx.Value

func (*SQL) Init

func (s *SQL) Init(ctx context.Context, options configx.Values) error

Init handler for the SQL DAO

func (*SQL) Save

func (s *SQL) Save(ctxUser, ctxMessage string) error

func (*SQL) Set

func (s *SQL) Set(data interface{}) error

func (*SQL) Val

func (s *SQL) Val(path ...string) configx.Values

func (*SQL) Watch

func (s *SQL) Watch(oo ...configx.WatchOption) (configx.Receiver, error)

Jump to

Keyboard shortcuts

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