Replies: 2 comments 1 reply
-
I found a working solution, without the sql operator. const resource = await db.query.resources.findFirst({
where: gte(resources.meta, { owner: "Michael Kors" })
}); |
Beta Was this translation helpful? Give feedback.
1 reply
-
See #386 (it still does not work with version 0.28) |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to filter based on a JSON column sub field.
Beta Was this translation helpful? Give feedback.
All reactions