Skip to content

adnanfuat/prisma2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prisma 2

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.

What is 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.

Getting started

Follow the "Getting Started"-guide to start using Prisma.

Contents

Contributing

Read more about how to contribute to Prisma 2 here

Build Status

Build status

Actions Status

About

Modern DB toolkit to query, migrate and model your database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.1%
  • JavaScript 17.6%
  • Shell 1.3%