A progressive Node.js framework for building efficient and scalable server-side applications.
This is an unofficial Nest package designed to generate Prisma schemas using Nest decorators. The underlying generation process relies on the Refract library.
Prisma is an open-source database toolkit that simplifies database access for developers. It provides a type-safe and auto-generated query API, supporting languages like TypeScript, JavaScript, and Rust. Prisma allows automatic schema generation based on the application's data model, promoting consistency and reducing errors. Compatible with databases such as PostgreSQL, MySQL, SQLite and MongoDB, Prisma is a versatile and popular choice for modern web and backend development, emphasizing type safety, scalability, and developer productivity.
$ npm install @nestjs!/prisma
- Author - Giuliano Marinelli
- Website - https://github.com/giuliano-marinelli
- Website - https://github.com/cwqt
- Website - https://nestjs.com
- Twitter - @nestframework
Nest and this package are MIT licensed.