Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Same `check` and `run` callbacks. Same compilation to a JSON file. Same kind of

## Try it yourself

If you're as excited about this as we are, go ahead and try it out!
If you're as excited about this as we are, go ahead and try it out! [Prisma Next is now in Early Access](https://www.prisma.io/blog/prisma-next-early-access-write-your-contract-prompt-your-agent-ship-your-app).

```bash
pnpx prisma-next init
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- "education"
---

If you've ever wanted to integrate your tool, your database, or your library with Prisma, or you tried in Prisma 6 or 7 and gave up, this post is for you.
If you've ever wanted to integrate your tool, your database, or your library with Prisma, or you tried in Prisma 6 or 7 and gave up, this post is for you. Read the [Prisma Next Early Access announcement](https://www.prisma.io/blog/prisma-next-early-access-write-your-contract-prompt-your-agent-ship-your-app) for the full launch story.

Prisma Next has a deliberately tiny core that knows nothing about any specific database. Postgres support is an extension. Vector search is an extension. JSON-with-schema is an extension. Whatever Prisma Next can do, it does because someone wrote it using the same components that are available to you.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For our upcoming Supabase support, we're adding realtime query subscriptions —

## May: making it easy to get started

May's focus is the developer experience. We want your first hour with Prisma Next to feel smoothfrom scaffolding a project to running your first query. When it's ready, we'll launch Prisma Next as Early Access for Postgres and MongoDB.
May's focus is the developer experience. We want your first hour with Prisma Next to feel smooth, from scaffolding a project to running your first query. When it's ready, we'll launch [Prisma Next as Early Access](https://www.prisma.io/blog/prisma-next-early-access-write-your-contract-prompt-your-agent-ship-your-app) for Postgres and MongoDB.

Three things to watch this month:

Expand Down
2 changes: 1 addition & 1 deletion apps/blog/content/blog/prisma-next-roadmap/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ As soon as it's ready, we'll put out a public announcement alongside getting sta

By this point we expect the user-facing APIs to be stable for Postgres and one additional SQL database (SQLite is our top pick).

> If you want to adopt Prisma Next early, May is the time to get started.
> If you want to adopt Prisma Next early, May is the time to get started. [Prisma Next Early Access is now live](https://www.prisma.io/blog/prisma-next-early-access-write-your-contract-prompt-your-agent-ship-your-app).

### June - July: Postgres General Availability

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Most importantly, `migration.ts` combined with `ops.json` is _really_ easy to re

## Try it yourself

Prisma Next is not production-ready yet. Prisma 7 is still the right choice for production today. When Prisma Next is ready for general use, it becomes Prisma 8.
[Prisma Next is in Early Access](https://www.prisma.io/blog/prisma-next-early-access-write-your-contract-prompt-your-agent-ship-your-app) and not production-ready yet. Prisma 7 is still the right choice for production today. When Prisma Next is ready for general use, it becomes Prisma 8.

But you can try it now:

Expand Down
Loading