Prisma
@prisma.io
3 months ago 👀 Find all details in the release notes on GitHub!
pris.ly/release/6.15.0
💬 0
♻️ 0
❤️ 0
👀 Find all details in the release notes on GitHub!
pris.ly/release/6.15.0 I love this! Andy is the best :)) The dogs on your post are excellent!
🎉 We just released Prisma ORM v6.15.0 & Prisma Postgres updates:
✅ Guardrails for AI to not reset your DB
✅ Prisma Postgres Management API is GA
✅ New `--json` flag for `npx create-db`
... and more!
pris.ly/launch/6.15.0 🚀 New in Zed: Bring your own agent, starting with Gemini CLI (@developers.google.com).
→ Try Gemini CLI with full code context in Zed
→ Build & run multiple agents in your editor
→ Powered by the new Agent Client Protocol (ACP)
Learn more: well fuck, somehow managed to get tonsillitis for the first time ever. this sucks.
🚀 The Prisma Config File has been production-ready since Prisma ORM v6.13!
If you haven’t tried it yet, see how it works in this short 📺
pris.ly/yt/config-ga Otherwise, if your employer allows it, you could share your self hosted server into your company Tailnet.
We have a bunch of rate limiting rules to block excessive 401s and that kinda thing, might be helpful
I host a pretty big one, exposed to the web ;P Realistically, it’s safer than most services exposed publicly. If you’re using a secure password, a brute force attack is unlikely/impossible Even if there is some auth flaw or a weak password, all they’re getting is a bunch of encrypted blobs
what’s the funniest “famous last words” you’ve said right before things broke?
best reply wins swag 🎁 Zarr is great for big multidimensional data—but not for collaboration. Our latest post by Lindsey Nield shows how Icechunk adds Git-like transactions + version control, so teams can safely share and scale Zarr workflows.
earthmover.io/blog/multi-p... PlanetScale Metal runs in AWS and GCP, making it easy to deploy your database and application near each other.
All apps should have a great data layer, so you can ship fast.
Prisma Postgres is the best DB to do that and we made it 5x cheaper, so it's a no-brainer to pick it for your project.
Try it yourself with `npx create-db`! "Think of our dashboard as simple analytics, and the Grafana version as an advanced and more flexible version of it. "
pepicrft.me/blog/2025/08... Noora 0.48.0 includes a multi-selection prompt for your Swift CLIs :)
github.com/tuist/Noora/... Thousands of radar scans, unified as one dataset. In his latest post, Alfonso Ladino-Rincon introduces Radar DataTree: a model that makes radar data analysis-ready, scalable, and versioned for cloud workflows.
earthmover.io/blog/radar-s... You can embed Prisma Studio in your Next.js app & treat it like a native part of your UI.
❇️ Perfect for internal tools, multi-tenant apps, or anywhere you need a clean UI for in-app DB access.
New step-by-step guide to embed Studio in under 15 minutes 👇
pris.ly/nextjs-embe... The fastest way to set up Prisma ORM with a production-ready Postgres database:
Just run `npx prisma init --db` ⚡
It walks you through setup, provisions the DB, writes the URL to your `.env`, and generates the Prisma files.
Learn more 👇
pris.ly/ppg 🔌 Prisma ORM + Prisma Postgres + Cloudflare Hyperdrive. A powerful combo for building fast, modern apps.
You can follow the guide on @cloudflare.social docs to wire them together.
Curious? Dive in and get your first app running today.
pris.ly/hyperdrive-ppg got some sizes wrong, does anyone want a chonker wizard turtle? 💀
💪 With the unique attribute on `userEmail` Prisma Client now has superpowers for querying this view.
🤩 It can send `findUnique` queries, use `include` to query the relationship to the user or use the unique field as a cursor during pagination.
pris.ly/views?utm_s... Now, you can define relationships involving that view by referencing the unique field. For example: Next, introspect your database (via `prisma db pull`) or manually add the view to your Prisma schema.
Once the `view` block is in your schema, you can add a unique attribute to it on a field that you know to be unique in the database (e.g. the user's email).