mysql

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MySQL

type MySQL interface {
	Close(ctx context.Context) error
	CreateDB(ctx context.Context, name string) error
	DropDB(ctx context.Context, name string) error
	DSN(name string) (string, error)
	MustDSN(name string) string
}

func New

func New(ctx context.Context, image string) (MySQL, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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