Prisma TRPC Postgres Question - Should I have 1 large Model or smaller tables and query them all?
I don't find an obvious 'best practice' for how to layout a database design for 20-50 column databases, should you limit the column size and query more tables or have larger tables to have a single query point?