Hacker News new | ask | show | jobs
by lewantmontreal 1459 days ago
Prisma is a nice product but I wouldn’t use it in production yet. It is prone to race conditions as it does not use native upserts, opting instead for Rails-style check-if-exists-insert-if-doesnt.