Hacker News new | ask | show | jobs
by DangitBobby 410 days ago
Yes it's pretty good though it falls short of my golden standard (Django) by missing good automatic migrations and transactions in migrations.
1 comments

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.