mssql

package
v0.9.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQuerier

func NewQuerier[T any](conn *MSSQLExecutor) querier.Querier[T]

Types

type MSSQLConf

type MSSQLConf struct {
	User      string
	Password  string
	Host      string
	Port      int
	Database  string
	SSHTunnel *sshtunnel.SshTunnel
	TrustCert bool
	Encrypt   string // "disable", "false", "true" (default)
}

type MSSQLExecutor

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

func NewMSSQLExecutor

func NewMSSQLExecutor(ctx context.Context, conf *MSSQLConf) (*MSSQLExecutor, error)

func (*MSSQLExecutor) Close

func (e *MSSQLExecutor) Close() error

func (*MSSQLExecutor) Exec

func (e *MSSQLExecutor) Exec(ctx context.Context, q string) error

func (*MSSQLExecutor) GetDb

func (e *MSSQLExecutor) GetDb() *sqlx.DB

func (*MSSQLExecutor) QueryRows

func (e *MSSQLExecutor) QueryRows(ctx context.Context, sql string, args ...interface{}) (*sqlx.Rows, error)

Jump to

Keyboard shortcuts

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