agiletiger / ojotas

The database-first ORM
MIT License
7 stars 4 forks source link

postgres in operator #38

Open nicoabie opened 9 months ago

nicoabie commented 9 months ago

One of the cool things of ojotas is that it let's you write SQL

when using postgres connector there is this issue with IN operator https://github.com/brianc/node-postgres/issues/1452

ojotas should let you write IN in sql and then in the compile step transform it to ANY()