abstract

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	BeginTransaction() (DB, error)
	Rollback() error
	Commit() error
	Connect() error
	Query(dst interface{}, query string, args ...interface{}) error
	QueryRow(dst interface{}, query string, args ...interface{}) (bool, error)
	QueryValue(dst interface{}, query string, args ...interface{}) error
	Exec(query string, args ...interface{}) error
	Close()
}

Jump to

Keyboard shortcuts

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