Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Run = runner.Run
View Source
var RunBenchmark = runner.RunBenchmark
View Source
var RunNoTx = runner.RunNoTx
Functions ¶
Types ¶
type Bar ¶
type Case ¶
type Case struct { Name string Builder helpers.SQLStringer ExpectedSQL string ExpectedBindings []any }
type Foo ¶
type FooSoftDelete ¶ added in v0.18.0
type FooSoftDelete struct { model.BaseModel mixins.SoftDelete ID int `json:"id" db:"id,primary,autoincrement"` Name string `json:"name" db:"name"` }
func (*FooSoftDelete) Table ¶ added in v0.18.0
func (h *FooSoftDelete) Table() string
Click to show internal directories.
Click to hide internal directories.