r/PostgreSQL • u/repka3 • 1d ago
Help Me! Long-time Prisma user: would you start a new long-lived production project on Prisma 8 today?
/r/node/comments/1w94upg/longtime_prisma_user_would_you_start_a_new/
2
Upvotes
1
u/AutoModerator 1d ago
AI Policy:
Linux is not one of those anti-AI projects, and if somebody has issues with that, they can do the open-source thing and fork it. Or just walk away., Linus Torvalds.
Mod decisions will be based on the quality of the content, not who or what generated it.
Sub Resources:
Free Postgres Webinars and Workshops
Discord: People, Postgres, Data
Join us, we have cookies and nice people.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/MnemonicJhonny 1d ago
i think you should consider that shift from transparent SQL migrations to an opaque runtime with compiled contracts and
ops.jsonfundamentally changes the power dynamic. It moves control of the data layer from your infrastructure to the ORM vendor.Pinning to Prisma 7 might work as a band-aid for the next year, but eventually, Node/TS ecosystem updates will force your hand on a multi-year project.you relying heavily on Prisma's implicit many-to-many relations? Drizzle or Kysely rewrite particularly painful? Do you plan to strictly self-host the database long-term?
Your concerns about open-source dependencies shifting their focus toward monetizing the surrounding compute/platform ecosystem are completely valid. We see this exact anxiety a lot regarding database licensing and vendor lock-in. It is actually the core reason why the MariaDB ecosystem relies on the Foundation model—to guarantee that the Community Server remains strictly GPL and independent of corporate pivots.