go-gorm / datatypes

GORM Customized Data Types Collection
https://gorm.io/docs/data_types.html
MIT License
714 stars 108 forks source link

JSONArrayExpression support sqlite and postgres #252

Closed dushixiang closed 4 months ago

dushixiang commented 6 months ago

What did this pull request do?

JSONArrayExpression support sqlite and postgres

User Case Description

var retMultiple []Param
DB.Where(datatypes.JSONArrayQuery("config").Contains("c")).Find(&retMultiple)