In Prisma Next, streaming will feel just like writing plain TypeScript rather than a separate framework feature. You'll simply build the query, execute the plan and for await the rows.
Prisma
Softwareentwicklung
Berlin, Berlin 21.900 Follower:innen
Serverless Postgres db, ORM & more. -> npx prisma@latest init --db
Info
Prisma makes working with databases easy. Prisma Postgres, is a fast, fully managed database solution built on bare-metal and unikernels that offers instant scaling, whether you’re going from zero, or handling a spike, low-latency performance, and a stellar developer experience. Through a deep integration with Prisma ORM and Prisma Studio, you can focus on building great apps while Prisma handles the heavy lifting. Prisma Accelerate also helps speed up your queries, and ensures maximum performance at every scale. With Prisma, you get modern database tools that grows with your needs, without the complexity.
- Website
-
https://prisma.io
Externer Link zu Prisma
- Branche
- Softwareentwicklung
- Größe
- 11–50 Beschäftigte
- Hauptsitz
- Berlin, Berlin
- Art
- Privatunternehmen
- Gegründet
- 2016
- Spezialgebiete
- GraphQL, Databases, Backend, ORM, ODBC, scalability, MongoDB, SQL, Open Source, Node.js, optimization, cloud infrastructure, DB Connection Pooling, Query Caching und Realtime DB Events
Orte
-
Primär
Wegbeschreibung
Prenzlauer Allee 193
Berlin, Berlin 10405, DE
-
Wegbeschreibung
38350 Fremont Blvd
Fremont, California 94536, US
Beschäftigte von Prisma
Updates
-
What if database migrations worked more like Git? 👀 That’s what we’re building with Prisma Next 👇 📈 Migrations form a graph of schema states ✨ Explicit before and after states for your schemas 🕐 No more time-stamp based sequence or operations Built for humans + AI 🤖 Get a glimpse of what migrations will become in our latest blog https://pris.ly/cFnS6ZC
-
🔍 Did you know Prisma lets you query by a combination of fields as a single unique key? Define a compound unique constraint with @@unique, and use it directly in findUnique(): Read more 👇 https://pris.ly/unique
-
-
One of those small but useful commands: `prisma format` Formats your schema file and validates it at the same time. Catches typos, config issues, and unknown preview features before they cause problems. How often do you run it? 👀 Check it out 👇 https://pris.ly/cli/format
-
Quick Prisma Next update: We’re not rushing this. • April: stabilize extension APIs, invite contributors • May: Early Access • June–July: GA for Postgres Goal is a smooth path to adoption, including running alongside Prisma 7. https://pris.ly/lXGKkWj Check out our latest blog for more details 👇 https://pris.ly/AgH6EUa
-
So...seems like a lot of you REALLY want dark mode back in Prisma Studio. Your wish has been granted ✨ Rolling out to Studio in an upcoming release ⏳ https://lnkd.in/gRqY9RYK
-
Excited to see Prisma ORM on the main GitHub copilot demo! From day one, our goal: build the best tools and UX for developers. Live demo 👇 https://lnkd.in/g-nPfUZy
-
AI can write SQL. So why do ORMs still matter? Our Engineering Manager, Will Madden, joined the latest PodRocket episode to talk about Prisma Next and how ORMs are evolving for the age of agentic coding. Watch the episode 👇 https://lnkd.in/eBRRzJ2v
Prisma Next: Rethinking ORMs for the AI era | Will Madden | PodRocket
https://www.youtube.com/
-
What happens when your UI renders data as it arrives instead of waiting for the entire query to finish? We tried a fun experiment: streaming 1,000,000 boxes from a database. Left side: Streaming results (Prisma Next) Right side: Fetch everything first With streaming, the UI starts rendering immediately. Without it, nothing appears until the full result set is returned. This difference becomes obvious in metrics like first contentful paint vs last contentful paint. See for yourself👇 https://lnkd.in/g2feaCBF
-
Prisma ORM 7.5.0 just shipped 🚀 ✨ Nested transaction rollbacks via save-points 🧰 Prisma Studio upgrades: • Multi-cell selection • Full table search • Cmd+K command palette • Run raw SQL in Studio Release notes 👇 https://pris.ly/FJMhwUX