Drizzle query with where clause and primary composite key
Hello, I have defined a composite key and am now trying to run a drizzle query to lookup the event where that key exists. I have defined the following query, is this the fastest way to go about doing this lookup? Thanks!
Drizzle Schema Table:
Lookup:
Thanks for the help!
1 Reply
This looks good to me