Versions in this module Expand all Collapse all v0 v0.0.2 Feb 24, 2022 Changes in this version + type IDB interface + Object func(objectApiName string) IObject + type IObject interface + Create func(record interface{}) (*structs.RecordOnlyId, error) + DeleteById func(_id int64) error + Find func(records interface{}) error + FindOne func(record interface{}) error + Limit func(limit int64) IQuery + Offset func(offset int64) IQuery + OrderBy func(fieldApiNames ...string) IQuery + OrderByDesc func(fieldApiNames ...string) IQuery + Select func(fieldApiNames ...string) IQuery + UpdateById func(_id int64, record interface{}) error + Where func(condition interface{}) IQuery + type IQuery interface + Find func(records interface{}) error + FindOne func(record interface{}) error + Limit func(limit int64) IQuery + Offset func(offset int64) IQuery + OrderBy func(fieldApiNames ...string) IQuery + OrderByDesc func(fieldApiNames ...string) IQuery + Select func(fieldApiNames ...string) IQuery + Where func(condition interface{}) IQuery v0.0.1 Jan 6, 2022