Versions in this module Expand all Collapse all v1 v1.0.2 May 23, 2022 Changes in this version + func GormPrepInsert(b *B) + func GormPrepInsertMulti(b *B) + func GormPrepRead(b *B) + func GormPrepReadSlice(b *B) + func GormPrepUpdate(b *B) + func PgxInsert(b *B) + func PgxInsertMulti(b *B) + func PgxPoolInsert(b *B) + func PgxPoolInsertMulti(b *B) + func PgxPoolRead(b *B) + func PgxPoolReadSlice(b *B) + func PgxPoolUpdate(b *B) + func PgxRead(b *B) + func PgxReadSlice(b *B) + func PgxUpdate(b *B) + func SqlxInsert(b *B) + func SqlxInsertMulti(b *B) + func SqlxRead(b *B) + func SqlxReadSlice(b *B) + func SqlxUpdate(b *B) v1.0.1 Apr 23, 2022 v1.0.0 Jan 20, 2022 Changes in this version + var BrandNames []string + var DebugMode bool + var OrmMaxConn int + var OrmMaxIdle int + var OrmMulti int + var OrmSource string + func BeegoOrmInsert(b *B) + func BeegoOrmInsertMulti(b *B) + func BeegoOrmRead(b *B) + func BeegoOrmReadSlice(b *B) + func BeegoOrmUpdate(b *B) + func BunInsert(b *B) + func BunInsertMulti(b *B) + func BunRead(b *B) + func BunReadSlice(b *B) + func BunUpdate(b *B) + func CheckErr(err error, b ...*B) + func ConvertSourceToDSN() string + func DbrInsert(b *B) + func DbrInsertMulti(b *B) + func DbrRead(b *B) + func DbrReadSlice(b *B) + func DbrUpdate(b *B) + func EntInsert(b *B) + func EntInsertMulti(b *B) + func EntRead(b *B) + func EntReadSlice(b *B) + func EntUpdate(b *B) + func GodbInsert(b *B) + func GodbInsertMulti(b *B) + func GodbRead(b *B) + func GodbReadSlice(b *B) + func GodbUpdate(b *B) + func GormInsert(b *B) + func GormInsertMulti(b *B) + func GormRead(b *B) + func GormReadSlice(b *B) + func GormUpdate(b *B) + func GorpInsert(b *B) + func GorpInsertMulti(b *B) + func GorpRead(b *B) + func GorpReadSlice(b *B) + func GorpUpdate(b *B) + func InitDB() + func MakeReport() (result string) + func NewModel6() *models.Model + func NewReformModel() *r.ReformModels + func NewSuite(name string) *suite + func PgInsert(b *B) + func PgInsertMulti(b *B) + func PgRead(b *B) + func PgReadSlice(b *B) + func PgUpdate(b *B) + func PopInsert(b *B) + func PopInsertMulti(b *B) + func PopRead(b *B) + func PopReadSlice(b *B) + func PopUpdate(b *B) + func RawInsert(b *B) + func RawInsertMulti(b *B) + func RawRead(b *B) + func RawReadSlice(b *B) + func RawUpdate(b *B) + func ReformInsert(b *B) + func ReformInsertMulti(b *B) + func ReformRead(b *B) + func ReformReadSlice(b *B) + func ReformUpdate(b *B) + func RelInsert(b *B) + func RelInsertMulti(b *B) + func RelRead(b *B) + func RelReadSlice(b *B) + func RelUpdate(b *B) + func RunBenchmark(name string) + func SplitSource() map[string]string + func SqlboilerInsert(b *B) + func SqlboilerInsertMulti(b *B) + func SqlboilerRead(b *B) + func SqlboilerReadSlice(b *B) + func SqlboilerUpdate(b *B) + func SqlcInsert(b *B) + func SqlcInsertMulti(b *B) + func SqlcRead(b *B) + func SqlcReadSlice(b *B) + func SqlcUpdate(b *B) + func UpperInsert(b *B) + func UpperInsertMulti(b *B) + func UpperRead(b *B) + func UpperReadSlice(b *B) + func UpperUpdate(b *B) + func WrapExecute(b *B, cbk func()) + func XormInsert(b *B) + func XormInsertMulti(b *B) + func XormRead(b *B) + func XormReadSlice(b *B) + func XormUpdate(b *B) + type B struct + Brand string + F func(b *B) + N int + Name string + func (b *B) ResetTimer() + func (b *B) StartTimer() + func (b *B) StopTimer() + func (c *B) Fail() + func (c *B) FailNow() + type BList []*B + func (s BList) Len() int + func (s BList) Less(i, j int) bool + func (s BList) Swap(i, j int) + type BenchmarkResult struct + FailedMsg string + MemAllocs uint64 + MemBytes uint64 + N int + T time.Duration + func (r BenchmarkResult) AllocedBytesPerOp() int64 + func (r BenchmarkResult) AllocsPerOp() int64 + func (r BenchmarkResult) NsPerOp() int64 + func (r BenchmarkResult) String() string + type Model struct + Age int + Counter int64 + Fax string + Id int + Name string + Right bool + Title string + Web string + func NewModel() *Model + func NewModelAlt() Model + func (m *Model) Table() string + func (m *Model) TableName() string + type Model2 struct + Age int + Counter int64 + Fax string + ID int + Name string + Right bool + Title string + Web string + func NewModel2() *Model2 + func (*Model2) TableName() string + type Model3 struct + Age int + Counter int64 + Fax string + ID int + Name string + Right bool + Title string + Web string + func NewModel3() *Model3 + func (Model3) Table() string + func (Model3) TableName() string + type Model4 struct + Age int + Counter int64 + Fax string + ID int + Name string + Right bool + Title string + Web string + func NewModel4() *Model4 + type Model5 struct + Age int + Counter int64 + Fax string + ID int + Name string + Right bool + Title string + Web string + func NewModel5() *Model5