mysqldriver

package
v0.0.0-...-6be85fc Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(username, password, hostname, port, database string) (*driver, error)

func NewMock

func NewMock() *driverMock

Types

type I

type I interface {
	Query(query string, args ...interface{}) ([]map[string][]byte, error)
	Exec(query string, args ...interface{}) (lastInsertId int64, rowsAffected int64, err error)
}

Jump to

Keyboard shortcuts

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