database

package
v0.0.0-...-125c38c Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database interface {
	SetDSN(string)
	SetSchema(string)
	SetTable(string)
	Bind(interface{})
	DSN() string
	DST() string
	Tag() []string
	Open() (*sqlx.DB, error)
	Share(*sqlx.DB)
	Insert(...interface{})
}

func NewDB2

func NewDB2() Database

func NewMySQL

func NewMySQL() Database

func NewOracle

func NewOracle() Database

Jump to

Keyboard shortcuts

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