I have two tables: users and posts. A user has man...
# prisma-client
o
I have two tables: users and posts. A user has many posts. Can I eager load the user records from posts, such that as I fetch the posts, they come with the corresponding user’s record on the users table? I'm using Prisma with Postgres