goluasql

package
v0.0.0-...-187f65c Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CLIENT_TYPENAME = "sql{client}"
)
View Source
const (
	RESULT_TYPENAME = "sql{execresult}"
)
View Source
const (
	TX_TYPENAME = "sql{tx}"
)

Variables

This section is empty.

Functions

func Loader

func Loader(L *lua.LState) int

Types

type Client

type Client struct {
	DB      *sql.DB
	Timeout time.Duration
}

Client mysql

type DBExecResult

type DBExecResult struct {
	Result sql.Result
}

type DBTx

type DBTx struct {
	Tx     *sql.Tx
	Result *sql.Result
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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