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