doug-martin / goqu

SQL builder and query library for golang
http://doug-martin.github.io/goqu/
MIT License
2.37k stars 207 forks source link

For NOT LIKE, could be wonderful to add sql expression #390

Open albulescu opened 1 year ago

albulescu commented 1 year ago
x.Where(goqu.I("mime").NotLike(`ALL(ARRAY("image/%", "audio/%", "video/%"))`))