abstract

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 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 any, query string, args ...any) error
	QueryRow(dst any, query string, args ...any) (bool, error)
	QueryValue(dst any, query string, args ...any) error
	Exec(query string, args ...any) error
	Close()
}

Jump to

Keyboard shortcuts

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