Documentation ¶
Overview ¶
元数据注册中心
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBOption ¶
type DBOption func(db *DB)
func DBWithRegister ¶
func DBWithRegister(r *register) DBOption
type Deleter ¶
type Deleter[T any] struct { // contains filtered or unexported fields }
func NewDeleter ¶
type Expression ¶
type Expression interface {
// contains filtered or unexported methods
}
type Querier ¶
type Querier[T any] interface { Get(ctx *context.Context) (*T, error) GetMulti(ctx *context.Context) ([]*T, error) }
querier 用于select语句
type QueryBuilder ¶
type Selector ¶
type Selector[T any] struct { // contains filtered or unexported fields }
func NewSelector ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.