go-pg / pg

Golang ORM with focus on PostgreSQL features and performance
https://pg.uptrace.dev/
BSD 2-Clause "Simplified" License
5.65k stars 401 forks source link

Add shortcut WhereInOr #1947

Closed swad2007 closed 2 years ago

swad2007 commented 2 years ago

A shortcut is proposed for implementing a query to the database, for example, SELECT * WHERE column 1 in the slice or column 2 in the slice