Drizzle Mysql compare json arrays
I have a column that is a json of array of fileURLs (string).
I'm trying to query based on array of urls as input like this:
but its unable to find a object, how should I approach with querying mysql jsons with drizzle? Should I just use raw sql?
4 Replies