prisma Profile Banner
Prisma Postgres Profile
Prisma Postgres

@prisma

Followers
73K
Following
19K
Media
2K
Statuses
7K

Serverless Postgres db, ORM & more. From idea to scale, simplified. npx prisma@latest init --db 📚 https://t.co/jPVvgllHKl 💬 https://t.co/GSSBwEHTOv

Joined February 2016
Don't wanna be here? Send us removal request.
@prisma
Prisma Postgres
7 months
🎉 Prisma Postgres is production-ready!. It's the first database built on unikernels and comes with these features:. ✅ No cold starts.✅ Global cache.✅ Real-time events.✅ Built-in connection pooling.✅ Simple and predictable pricing.✅ A generous free tier
Tweet media one
23
55
454
@prisma
Prisma Postgres
16 hours
⚔️ friday vibes. choose your fighter 👇.
0
2
5
@prisma
Prisma Postgres
20 hours
🎉 Prisma Postgres is now available on @Pipedream!. You can now use Prisma Postgres directly in your Pipedream workflows, making it easier than ever to connect your DB with 2,800+ apps. No extra scripts or infra to manage. Just powerful automations. 👉
Tweet media one
0
2
12
@prisma
Prisma Postgres
2 days
Imagine an AI agent wiping your prod DB 😱. In Prisma ORM v6.15, we added guardrails for @claudeai, @GeminiApp, @Alibaba_Qwen, @cursor_ai, Aider, & @Replit. The AI now asks before performing destructive actions, keeping your data (& sanity) safe!.👉
0
5
25
@prisma
Prisma Postgres
2 days
📣 New changelog:. 🤖 AI safety guardrails for destructive commands.⚡ `prisma-client`: runtime improvements and schema flexibility.🚀 Prisma Postgres Management API is Generally Available.🌟 New --json flag for npx create-db. and more!.
Tweet card summary image
prisma.io
All the latest Prisma product related updates, features, and improvements.
0
0
6
@prisma
Prisma Postgres
3 days
🎉 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!.
Tweet card summary image
prisma.io
Protect your DB from AI mishaps with Prisma ORM v6.15.0—new safety guardrails, ESM-first client updates & better Postgres tooling.
5
5
70
@prisma
Prisma Postgres
3 days
🚀 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 📺.
0
0
2
@prisma
Prisma Postgres
4 days
what’s the funniest “famous last words” you’ve said right before things broke?. best reply wins swag 🎁.
19
0
16
@prisma
Prisma Postgres
4 days
🌱 what’s your branch naming vibe?.
1
0
7
@prisma
Prisma Postgres
5 days
To be even more productive, add the Prisma MCP server in Cursor to manage your Prisma Postgres databases, update your schema, and even chat through migrations. Click the one-click install to launch Cursor and add the Prisma MCP server to your config 👇.
Tweet card summary image
cursor.com
Built to make you extraordinarily productive, Cursor is the best way to code with AI.
0
0
4
@prisma
Prisma Postgres
5 days
You can use the Prisma VS Code extension in @cursor_ai to manage your local & remote Prisma Postgres DBs right inside Cursor. It even has Prisma Studio built in so you can edit your data. See the docs 👉
2
0
8
@prisma
Prisma Postgres
5 days
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`!
Tweet media one
1
3
18
@prisma
Prisma Postgres
7 days
🔀 it’s pr merge time. do you squash commits or let them live free?.
3
0
9
@prisma
Prisma Postgres
8 days
that one missing index turning into the Ibiza Final Boss at 2 AM 🥊
0
0
11
@prisma
Prisma Postgres
8 days
You can embed Prisma Studio in your @nextjs app & treat it like a native part of your UI. ❇️ Perfect for internal tools, multi-tenant apps, or anywhere you need a UI for in-app DB access. New step-by-step guide to embed Studio in under 15 minutes 👇.
Tweet card summary image
prisma.io
Learn how to embed Prisma Studio directly in your Next.js application for database management
0
1
9
@prisma
Prisma Postgres
8 days
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 👇.
3
1
43
@prisma
Prisma Postgres
9 days
🔌 Prisma ORM + Prisma Postgres + Cloudflare Hyperdrive. A powerful combo for building fast, modern apps. You can follow the guide on @Cloudflare’s docs to wire them together. Curious? Dive in and get your first app running today.
Tweet card summary image
developers.cloudflare.com
Connect Hyperdrive to a Prisma Postgres database.
1
3
21
@prisma
Prisma Postgres
9 days
💪 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.
Tweet card summary image
prisma.io
How to include views in your Prisma schema
0
0
1
@prisma
Prisma Postgres
9 days
Now, you can define relationships involving that view by referencing the unique field. For example:
Tweet media one
1
0
2
@prisma
Prisma Postgres
9 days
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).
Tweet media one
1
0
1