Versions in this module Expand all Collapse all v1 v1.1.0 Jun 23, 2023 Changes in this version + func CreateBeego() helper.ORMInterface + func CreateBun() helper.ORMInterface + func CreateDbr() helper.ORMInterface + func CreateEnt() helper.ORMInterface + func CreateGodb() helper.ORMInterface + func CreateGorm() helper.ORMInterface + func CreateGormPrep() helper.ORMInterface + func CreateGorp() helper.ORMInterface + func CreatePg() helper.ORMInterface + func CreatePgx() helper.ORMInterface + func CreatePgxPool() helper.ORMInterface + func CreatePop() helper.ORMInterface + func CreateRaw() helper.ORMInterface + func CreateReform() helper.ORMInterface + func CreateRel() helper.ORMInterface + func CreateSqlboiler() helper.ORMInterface + func CreateSqlc() helper.ORMInterface + func CreateSqlx() helper.ORMInterface + func CreateUpper() helper.ORMInterface + func CreateXorm() helper.ORMInterface + func CreateZorm() helper.ORMInterface + func NewModel6() *models.Model + func NewReformModel() *r.ReformModels + type Beego struct + func (beego *Beego) Close() error + func (beego *Beego) Init() error + func (beego *Beego) Insert(b *testing.B) + func (beego *Beego) InsertMulti(b *testing.B) + func (beego *Beego) Name() string + func (beego *Beego) Read(b *testing.B) + func (beego *Beego) ReadSlice(b *testing.B) + func (beego *Beego) Update(b *testing.B) + type Bun struct + func (bun *Bun) Close() error + func (bun *Bun) Init() error + func (bun *Bun) Insert(b *testing.B) + func (bun *Bun) InsertMulti(b *testing.B) + func (bun *Bun) Name() string + func (bun *Bun) Read(b *testing.B) + func (bun *Bun) ReadSlice(b *testing.B) + func (bun *Bun) Update(b *testing.B) + type Dbr struct + func (dbr *Dbr) Close() error + func (dbr *Dbr) Init() error + func (dbr *Dbr) Insert(b *testing.B) + func (dbr *Dbr) InsertMulti(b *testing.B) + func (dbr *Dbr) Name() string + func (dbr *Dbr) Read(b *testing.B) + func (dbr *Dbr) ReadSlice(b *testing.B) + func (dbr *Dbr) Update(b *testing.B) + type Ent struct + func (ent *Ent) Close() error + func (ent *Ent) Init() error + func (ent *Ent) Insert(b *testing.B) + func (ent *Ent) InsertMulti(b *testing.B) + func (ent *Ent) Name() string + func (ent *Ent) Read(b *testing.B) + func (ent *Ent) ReadSlice(b *testing.B) + func (ent *Ent) Update(b *testing.B) + type Godb struct + func (godb *Godb) Close() error + func (godb *Godb) Init() error + func (godb *Godb) Insert(b *testing.B) + func (godb *Godb) InsertMulti(b *testing.B) + func (godb *Godb) Name() string + func (godb *Godb) Read(b *testing.B) + func (godb *Godb) ReadSlice(b *testing.B) + func (godb *Godb) Update(b *testing.B) + type Gorm struct + func (gorm *Gorm) Close() error + func (gorm *Gorm) Init() error + func (gorm *Gorm) Insert(b *testing.B) + func (gorm *Gorm) InsertMulti(b *testing.B) + func (gorm *Gorm) Name() string + func (gorm *Gorm) Read(b *testing.B) + func (gorm *Gorm) ReadSlice(b *testing.B) + func (gorm *Gorm) Update(b *testing.B) + type GormPrep struct + func (gorm *GormPrep) Close() error + func (gorm *GormPrep) Init() error + func (gorm *GormPrep) Insert(b *testing.B) + func (gorm *GormPrep) InsertMulti(b *testing.B) + func (gorm *GormPrep) Name() string + func (gorm *GormPrep) Read(b *testing.B) + func (gorm *GormPrep) ReadSlice(b *testing.B) + func (gorm *GormPrep) Update(b *testing.B) + type Gorp struct + func (gorp *Gorp) Close() error + func (gorp *Gorp) Init() error + func (gorp *Gorp) Insert(b *testing.B) + func (gorp *Gorp) InsertMulti(b *testing.B) + func (gorp *Gorp) Name() string + func (gorp *Gorp) Read(b *testing.B) + func (gorp *Gorp) ReadSlice(b *testing.B) + func (gorp *Gorp) Update(b *testing.B) + 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 + type Model7 struct + Age int + Counter int64 + Fax string + ID int + Name string + Right bool + Title string + Web string + func NewModel7() *Model7 + func (entity *Model7) GetPKColumnName() string + func (entity *Model7) GetTableName() string + type Pg struct + func (pg *Pg) Close() error + func (pg *Pg) Init() error + func (pg *Pg) Insert(b *testing.B) + func (pg *Pg) InsertMulti(b *testing.B) + func (pg *Pg) Name() string + func (pg *Pg) Read(b *testing.B) + func (pg *Pg) ReadSlice(b *testing.B) + func (pg *Pg) Update(b *testing.B) + type Pgx struct + func (pgx *Pgx) Close() error + func (pgx *Pgx) Init() error + func (pgx *Pgx) Insert(b *testing.B) + func (pgx *Pgx) InsertMulti(b *testing.B) + func (pgx *Pgx) Name() string + func (pgx *Pgx) Read(b *testing.B) + func (pgx *Pgx) ReadSlice(b *testing.B) + func (pgx *Pgx) Update(b *testing.B) + type PgxPool struct + func (pgx *PgxPool) Close() error + func (pgx *PgxPool) Init() error + func (pgx *PgxPool) Insert(b *testing.B) + func (pgx *PgxPool) InsertMulti(b *testing.B) + func (pgx *PgxPool) Name() string + func (pgx *PgxPool) Read(b *testing.B) + func (pgx *PgxPool) ReadSlice(b *testing.B) + func (pgx *PgxPool) Update(b *testing.B) + type Pop struct + func (pop *Pop) Close() error + func (pop *Pop) Init() error + func (pop *Pop) Insert(b *testing.B) + func (pop *Pop) InsertMulti(b *testing.B) + func (pop *Pop) Name() string + func (pop *Pop) Read(b *testing.B) + func (pop *Pop) ReadSlice(b *testing.B) + func (pop *Pop) Update(b *testing.B) + type Raw struct + func (raw *Raw) Close() error + func (raw *Raw) Init() error + func (raw *Raw) Insert(b *testing.B) + func (raw *Raw) InsertMulti(b *testing.B) + func (raw *Raw) Name() string + func (raw *Raw) Read(b *testing.B) + func (raw *Raw) ReadSlice(b *testing.B) + func (raw *Raw) Update(b *testing.B) + type Reform struct + func (reform *Reform) Close() error + func (reform *Reform) Init() error + func (reform *Reform) Insert(b *testing.B) + func (reform *Reform) InsertMulti(b *testing.B) + func (reform *Reform) Name() string + func (reform *Reform) Read(b *testing.B) + func (reform *Reform) ReadSlice(b *testing.B) + func (reform *Reform) Update(b *testing.B) + type Rel struct + func (rel *Rel) Close() error + func (rel *Rel) Init() error + func (rel *Rel) Insert(b *testing.B) + func (rel *Rel) InsertMulti(b *testing.B) + func (rel *Rel) Name() string + func (rel *Rel) Read(b *testing.B) + func (rel *Rel) ReadSlice(b *testing.B) + func (rel *Rel) Update(b *testing.B) + type Sqlboiler struct + func (sqlboiler *Sqlboiler) Close() error + func (sqlboiler *Sqlboiler) Init() error + func (sqlboiler *Sqlboiler) Insert(b *testing.B) + func (sqlboiler *Sqlboiler) InsertMulti(b *testing.B) + func (sqlboiler *Sqlboiler) Name() string + func (sqlboiler *Sqlboiler) Read(b *testing.B) + func (sqlboiler *Sqlboiler) ReadSlice(b *testing.B) + func (sqlboiler *Sqlboiler) Update(b *testing.B) + type Sqlc struct + func (sqlc *Sqlc) Close() error + func (sqlc *Sqlc) Init() error + func (sqlc *Sqlc) Insert(b *testing.B) + func (sqlc *Sqlc) InsertMulti(b *testing.B) + func (sqlc *Sqlc) Name() string + func (sqlc *Sqlc) Read(b *testing.B) + func (sqlc *Sqlc) ReadSlice(b *testing.B) + func (sqlc *Sqlc) Update(b *testing.B) + type Sqlx struct + func (sqlx *Sqlx) Close() error + func (sqlx *Sqlx) Init() error + func (sqlx *Sqlx) Insert(b *testing.B) + func (sqlx *Sqlx) InsertMulti(b *testing.B) + func (sqlx *Sqlx) Name() string + func (sqlx *Sqlx) Read(b *testing.B) + func (sqlx *Sqlx) ReadSlice(b *testing.B) + func (sqlx *Sqlx) Update(b *testing.B) + type Upper struct + func (upper *Upper) Close() error + func (upper *Upper) Init() error + func (upper *Upper) Insert(b *testing.B) + func (upper *Upper) InsertMulti(b *testing.B) + func (upper *Upper) Name() string + func (upper *Upper) Read(b *testing.B) + func (upper *Upper) ReadSlice(b *testing.B) + func (upper *Upper) Update(b *testing.B) + type Xorm struct + func (xorm *Xorm) Close() error + func (xorm *Xorm) Init() error + func (xorm *Xorm) Insert(b *testing.B) + func (xorm *Xorm) InsertMulti(b *testing.B) + func (xorm *Xorm) Name() string + func (xorm *Xorm) Read(b *testing.B) + func (xorm *Xorm) ReadSlice(b *testing.B) + func (xorm *Xorm) Update(b *testing.B) + type Zorm struct + func (zorm *Zorm) Close() error + func (zorm *Zorm) Init() error + func (zorm *Zorm) Insert(b *testing.B) + func (zorm *Zorm) InsertMulti(b *testing.B) + func (zorm *Zorm) Name() string + func (zorm *Zorm) Read(b *testing.B) + func (zorm *Zorm) ReadSlice(b *testing.B) + func (zorm *Zorm) Update(b *testing.B)