Prisma
@prisma.io
9 months ago π Find all details in the release notes on GitHub!
pris.ly/release/6.1...
π¬ 0
β»οΈ 0
β€οΈ 0
π Find all details in the release notes on GitHub!
pris.ly/release/6.1... π Prisma ORM v6.14.0 & Prisma Postgres news are out! On our way to v7, we're focusing on robustness & stability.
β
Views: Unique constraints, relationships & cursor-pagination
β
Lots of bug fixes & stability improvements
β
More robust Management API
pris.ly/launch/6.14... Infra should support your growth, not slow you down.
Our startup program gives you $10k in DB credits, 1:1 access to engineers, and Slack support that actually helps.
If youβre building and growing fast, this is built for you π
pris.ly/startup-pro... 1500 more Postgres early access invites go out tomorrow. And next week, we're letting in the entire waitlist.
Get on the list π
planetscale.com/postgres Ughhhh yes itβs the same on roaming π
I had to do this a few times and toggle airplane mode π
@support.bsky.team would love to know if there is literally any other option. Does this stop if I self host? Gonna just end up with a server replacing all my social media and streaming apps at this rate
@bsky.app I would genuinely rather delete my account.
Plus Iβm currently in Berlin? On hotel WiFi? This is madness. Um. No. Wtf.
ClipArt ETC is also a great resource for a very particular kind of image: etc.usf.edu/clipart/ I dunno read it, don't fucking read it.
This is what happens sometimes in fundraising :)
dub.sh/r1djCuS thank you!! always open to good recs - what would you suggest?
the database was unreliable, has been replaced with an llm trained to generate realistic responses to sql queries
announcing lots of new ai features on github (pull requests view is down) with enhanced copilot (the website doesn't load)
I am very tempted!
using time machine to go back in time and encourage lina khan to graduate early so she can block the github/microsoft merger
π¦ π« We're currently removing the Rust engines from Prisma ORM!
In our last release, we enabled this Rust-free version for all remaining SQL DBs, it's now available for:
β
Postgres
β
MySQL
β
SQLite
β
SQL Server
π Learn how to use it: pris.ly/no-rust-eng... fuck it, one more week in berlin
Want to go beyond this thread and dive deeper with Next.js and Prisma Postgres?
The full guide in the Prisma docs walks you through setting up Next.js with Prisma Postgres and deploying it to @vercel.com.
Check it out π
pris.ly/nextjs-thre... β
Checkpoint: If everything worked, your app should now display the data you've added to your Prisma Postgres instance in a view when running the app with `npm run dev`. π Step 5. Fetch the data in the frontend code.
Open the `app/page.tsx` file and replace the existing code with the following to query your DB & retrieve your users π π€ Step 4: Integrate Prisma Client in Next.js.
Create a new file called `src/lib/prisma.ts` and add the following code to instantiate Prisma Client.