DataBase

package
v0.0.0-...-7e13a3b Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var W = library{
	Check: Check.New(),
	Log:   Log.New(),
}

Functions

This section is empty.

Types

type DataBase

type DataBase interface {
	Init(driverName, dataSourceName string) bool
	CreatTables(DDL string) bool
	Query(query string) (ok bool)
	QueryResult() interface{}
	Update(query string, args ...interface{}) bool
	Insert(query string, args ...interface{}) bool
}

func New

func New() DataBase

Jump to

Keyboard shortcuts

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