dbo

package
v1.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	DRIVER_MYSQL string = "mysql"
	DRIVER_PGSQL string = "pgsql"
)

Variables

This section is empty.

Functions

func Driver

func Driver() string

Types

type TxDB

type TxDB struct {
	*gorm.DB
}

func New

func New(tx *gorm.DB) *TxDB

func (*TxDB) Transaction

func (tx *TxDB) Transaction(fn TxFunction) error

type TxFunction

type TxFunction func(tx *TxDB) error

Jump to

Keyboard shortcuts

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