Documentation ¶
Index ¶
Constants ¶
View Source
const PluginName = "db.bun"
Variables ¶
View Source
var ErrDialectNotFound = errors.New("bun sql dialect not found")
Functions ¶
This section is empty.
Types ¶
type BunOpener ¶
type BunOpener struct {
// contains filtered or unexported fields
}
func NewOpener ¶
func NewOpener(inner SQLDBOpener) *BunOpener
Click to show internal directories.
Click to hide internal directories.