Hi everyone. This is probably an easy query to do...
# orm-help
m
Hi everyone. This is probably an easy query to do. Should be a common one, but my mind is not getting along at all with the next syntax with prisma.
await prisma.discLibrary.findMany({????})
I want to get all rows in discLibrary. but I also want the row from corresponding row in "DiscManufacturer"-model. How come it feels like it is tough? When it should be easyl The documentation does not help me out ;/