sql

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	pg.Module,
	fx.Invoke(Start),
)

Module for fx.

View Source
var VerifyFlag = flags.Bool()

VerifyFlag defines wether we should verify the connection or not.

Functions

func Start added in v0.26.0

func Start(lc fx.Lifecycle, logger *zap.Logger, db *mssqlx.DBs)

Start for sql.

Types

type Params added in v0.26.0

type Params struct {
	fx.In

	Lifecycle fx.Lifecycle
	Logger    *zap.Logger
	DB        *mssqlx.DBs
}

Params for sql.

Jump to

Keyboard shortcuts

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