diff --git a/README.md b/README.md index b5704fe7e7..d20a14859e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Prisma replaces traditional ORMs and simplifies database workflows: It is used to build **GraphQL, REST, gRPC APIs** and more. Prisma [currently supports](#database-connectors) MySQL, PostgreSQL, MongoDB. +> **Note**: A new version of Prisma, the [**Prisma Framework**](https://github.com/prisma/prisma2) (initially called _Prisma 2_), is currently running in Preview. It doesn't require running a database proxy server and features a more modular architecture based on three tools: [Photon.js](https://github.com/prisma/photonjs), [Lift](https://github.com/prisma/lift) and [Studio](https://github.com/prisma/studio). Follow the development of the Prisma Framework on: [**isprisma2ready.com**](https://isprisma2ready.com). + ## Contents - [Quickstart](#quickstart) @@ -281,8 +283,6 @@ Join the discussion or contribute to influence which we'll work on next! Prisma has a [community](https://www.prisma.io/community) of thousands of amazing developers and contributors. Welcome, please join us! 👋 -> Meet the Prisma community in person and learn about modern application development and database best practices at [**Prisma Day**](https://www.prisma.io/day/) (Berlin, June 19). - ### Channels - [Forum](https://www.prisma.io/forum) @@ -299,15 +299,6 @@ Prisma has a [community](https://www.prisma.io/community) of thousands of amazin - [Chinese translation of the Prisma docs](https://prisma.1wire.com/) (Thanks to [Victor Kang](https://github.com/Victorkangsh)) - [Awesome Prisma](https://github.com/catalinmiron/awesome-prisma) (Thanks to [Catalin Miron](https://github.com/catalinmiron)) -## Contributing - -Contributions are **welcome and extremely helpful** 🙌 -Please refer [to the contribution guide](https://github.com/prisma/prisma/blob/master/CONTRIBUTING.md) for more information. - -Releases are separated into three _channels_: **alpha**, **beta** and **stable**. You can learn more about these three channels and Prisma's release process [here](https://www.prisma.io/blog/improving-prismas-release-process-yaey8deiwaex/). - -

Prisma

- ## Prisma 2 Preview Prisma 2 splits up Prisma's core functionality into 2 standalone tools: