database

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextWith

func ContextWith(ctx context.Context, db *gorm.DB) context.Context

func ContextWithNewDB

func ContextWithNewDB(ctx context.Context, commandPath string, createDBFunc func() error) (context.Context, error)

func Delete

func Delete(ctx context.Context) error

func FromContext

func FromContext(ctx context.Context) *gorm.DB

func Ignore

func Ignore(commandPath func() string)

Ignore は指定されたコマンドパスの場合にはデータベースのセットアップを行わないようにする

この関数は各コマンドソースの init 関数内で呼び出され、その時点ではまだコマンドの階層化が完了していないため、 直接 cmd.CommandPath() を呼び出しただけだと正確なコマンドパスを取得できない。

そのため、この関数は cmd.CommandPath を引数に取り、 SetupWithContext のタイミングで評価することで 正確なコマンドパスを取得できるようにしている。

func New

func New(ctx context.Context) *gorm.DB

func TableName

func TableName(db *gorm.DB, model any) string

Types

type DBConn

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

func NewDBConn

func NewDBConn(db *gorm.DB) *DBConn

func (*DBConn) DB

func (r *DBConn) DB() *gorm.DB

func (*DBConn) Transaction

func (r *DBConn) Transaction(f func(conn *DBConn) error) error

Jump to

Keyboard shortcuts

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