Prisma
@prisma.io
2 months ago 🚀 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
💬 0
♻️ 0
❤️ 2
🚀 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). To define a view, you need to add it to your database with plain SQL.
For example via a custom migration that you can create with `prisma migrate dev --create-only`.
You can then execute that migration with `prisma migrate deploy`.
👉
pris.ly/d/customizi... First, assume this schema with `Post` and `User` models: 💡 Prisma ORM lets you define unique constraints on SQL views that give Prisma Client superpowers for querying them:
✅ run `findUnique` queries
✅ define and query relationships
✅ use cursor-based pagination
Let's walk through an example 👇 #ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta...