//
pkg.gl
Category
github.com/fzf-labs/fdatabase
orm
condition
package
1.0.2
Repository:
https://github.com/fzf-labs/fdatabase.git
Documentation:
pkg.go.dev
Overview
Dependencies
5
Dependents
1
#
README
自定义条件查询
原理:
根据自定义条件参数转换为符合
gorm
where条件
clause.Expression
注意事项:
参数字段是数据库字段名,如数据库字段名为
user_name
,则参数字段为
user_name