The server adapters now cover Prisma and Drizzle with the same data view concepts. Sources describe how to resolve records, fields, lists, counts, and computed values, while fate builds the selected shape for the client. This makes the examples useful for teams with different database layers without changing the React component model.
- Dina
Mika
Having Prisma and Drizzle examples side by side makes the server adapter story much more concrete.
Christoph
I used the strict selection post to explain why overfetching is not just a network problem.