Replies: 1 comment
-
No, the filters are high lever of abstraction that is not supposed to know something about SQL... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to filter something like this:
const filters: Filter<Item> = {userId: {in: Sequelize.literal(sql here)}}
is it possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions