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()
}
Click to show internal directories.
Click to hide internal directories.