mysqlxorm

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	DB() *xorm.Engine
	NewSession(ops ...SessionOption) *Session
}

Interface .

type Session added in v1.0.9

type Session struct {
	*xorm.Session
	// contains filtered or unexported fields
}

func (*Session) Close added in v1.0.9

func (tx *Session) Close()

type SessionOption

type SessionOption func(s *Session)

SessionOption .

func WithSession

func WithSession(passedInSession *Session) SessionOption

WithSession .

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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