Hacker News new | ask | show | jobs
by esperent 415 days ago
> There’s no one go-to

I thought Prisma.js was the most popular by far? It's the one I've always seen used in docs and examples.

2 comments

Yes it's pretty good though it falls short of my golden standard (Django) by missing good automatic migrations and transactions in migrations.
We had to write a migration layer on top of Prisma that can run arbitrary code to do things like transactions in migrations. Kind of a bummer that something like that's not built-in to the system but it was also trivial to put together.
Not anymore, now it's Drizzle
lol and next year it'll be something else. Drizzle isn't even 1.x