Documentation ¶ Index ¶ Variables func MustIn(sql string, args ...any) (string, []any) func MustNamed(inputSql string, arg any) (sql string, args []any) func NewXormEngine() (gone.Angel, gone.GonerId) func Priest(cemetery gone.Cemetery) error type Engine type Interface type NameMap Constants ¶ This section is empty. Variables ¶ View Source var NameMapType = reflect.TypeOf(&NameMap{}).Elem() Functions ¶ func MustIn ¶ func MustIn(sql string, args ...any) (string, []any) func MustNamed ¶ func MustNamed(inputSql string, arg any) (sql string, args []any) func NewXormEngine ¶ func NewXormEngine() (gone.Angel, gone.GonerId) func Priest ¶ func Priest(cemetery gone.Cemetery) error Types ¶ type Engine ¶ type Engine interface { xorm.Interface Transaction(fn func(session Interface) error) error Sqlx(sql string, args ...any) *xorm.Session GetOriginEngine() *xorm.Engine } type Interface ¶ added in v0.0.14 type Interface = xorm.Interface type NameMap ¶ type NameMap map[string]any Source Files ¶ View all Source files help.go implement.go interface.go logger.go priest.go transaction.go Click to show internal directories. Click to hide internal directories.