combinators

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

type Model struct {
	Cx sql.ConnX
}

func New

func New(cx sql.ConnX) Model

func (Model) NamedGet

func (m Model) NamedGet(dst interface{}, query string, params interface{}) error

func (Model) NamedSelect

func (m Model) NamedSelect(dst interface{}, query string, params interface{}) error

func (Model) SelectFromJSON added in v0.3.29

func (m Model) SelectFromJSON(dst interface{}, query string, params interface{}) error

Jump to

Keyboard shortcuts

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