Filtering findMany using related records
I have a
I'm trying to figure out if this is somethin Drizzle can do or if I need to break into using sql`` to do it
restaurants table that has a one-to-one relation with an addresses table. I want to pull all of the restaurants and their address within specific lat/long bounds, but I'm struggling to figure out how to do that. A simplified version of what I want/have so farI'm trying to figure out if this is somethin Drizzle can do or if I need to break into using sql`` to do it