Hey everyone <!channel> 👋
🚀
Prisma 2.0 is Now in Beta: Type-safe Database Access with Prisma Client
It’s here! After over a year of work, we are incredibly excited to launch the official Beta of Prisma 2.0 with
Prisma Client’s Type-safe Database Access, along with a new website and updated Prisma 2.0 documentation 🥳 Get started in 5 minutes in the
Quickstart!
•
New Site Design 👀
•
New Docs 📚
✨ The main goal of Prisma Client is to
increase the productivity of application developers when working with databases!
Here are a couple of the
major benefits Prisma Client _provides_:
•
Auto-completion in code editors instead of needing to look up documentation
•
Thinking in objects instead of mapping relational data
•
Type-safe database queries that can be validated at compile time
•
Single source of truth for database and application models
•
Less boilerplate so developers can focus on the important parts of their app
🙌 Check out the
blog post and share your feedback in the
#prisma2-beta channel or by creating issues in the
GitHub repo!