This repository is used as a central point to collect information and issues around Prisma 2 while it's in Preview. It also contains the documentation and the code of the Prisma 2 CLI.
💡 Prisma 2 is currently in Preview! Limitations include missing features and limited performance issues. You can track the progress of Prisma 2 on isprisma2ready.com
.
To get started, you can explore a number of ready-to-run examples or follow the "Getting Started"-guide to use Prisma with your existing database. The example projects include use cases such as building GraphQL, REST or gRPC APIs (with Node.js or TypeScript) using Prisma 2.
Prisma 2 is a database framework that consists of these tools:
- Prisma Client JS: Type-safe and auto-generated database client ("ORM replacement")
- Prisma Migrate: Declarative data modeling and migrations
- Studio: Admin UI to support various database workflows
While each tool can be used standalone (in both greenfield and brownfield projects), they integrate nicely through common components like the Prisma schema or the Prisma 2 CLI.
Follow the "Getting Started"-guide to start using Prisma.
- Getting started
- Tutorial
- Prisma schema file
- Data sources
- Data modeling
- Relations
- Prisma 2 CLI
- Introspection
- Limitations
- Core
- Prisma Client JS
- Prisma Migrate (Experimental)
- Importing and exporting data
- Supported databases
- Telemetry
- How to provide feedback for Prisma 2?
- Release process
- Upgrade guides
- FAQ
- Glossary
Read more about how to contribute to Prisma 2 here