79703608

Date: 2025-07-16 14:55:28
Score: 1
Natty:
Report link

Instead of trying to make Prisma Client Go work, consider RediORM which natively reads Prisma schemas in Go. Your workflow would be:

This solves the model sharing problem since both frontends and backend use the same schema source. See https://github.com/rediwo/redi-orm for implementation details.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: comforx