Hacker News new | ask | show | jobs
by sadturnip 1886 days ago
Afaik many of these issues are why the company i worked for ended up giving up on Prisma. We ended up switching to Objection.js.

The biggest issue was the transactions which was a non starter for us. It wasn't very helpful when after explaining our use case and being told "we are doing it wrong" in the GH discussions, and instead were told to write rollback code manually instead of using transactions was a very poor answer.