orm

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilterString

func FilterString(key, value, operator string) func(db *gorm.DB) *gorm.DB

FilterString 进行快速条件过滤

func InOrNotInFilter

func InOrNotInFilter(key string, value interface{}, operator string) func(db *gorm.DB) *gorm.DB

InOrNotInFilter where in 或者 where not in

func Paginate

func Paginate(page interface{}, pageSize interface{}, s map[string]interface{}) func(db *gorm.DB) *gorm.DB

Paginate page, pageSize 传入参数 s 分页默认配置

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL