Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuliano-marinelli/nestjs-prisma
Prisma (TypeScript) module for Nest framework (node.js) that allow generate Prisma schema based on decorators.
https://github.com/giuliano-marinelli/nestjs-prisma
javascript nest nestjs nodejs prisma typescript
Last synced: 12 days ago
JSON representation
Prisma (TypeScript) module for Nest framework (node.js) that allow generate Prisma schema based on decorators.
- Host: GitHub
- URL: https://github.com/giuliano-marinelli/nestjs-prisma
- Owner: giuliano-marinelli
- License: mit
- Created: 2024-02-02T00:04:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T03:53:48.000Z (12 months ago)
- Last Synced: 2024-12-09T19:42:20.306Z (about 1 month ago)
- Topics: javascript, nest, nestjs, nodejs, prisma, typescript
- Language: TypeScript
- Homepage: https://github.com/giuliano-marinelli/nestjs-prisma/wiki
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
#### This is an unofficial Nest package designed to generate Prisma schemas using Nest decorators. The underlying generation process relies on the [Refract](https://github.com/cwqt/refract) library.
[Prisma](https://www.prisma.io/) 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.
## Installation
```bash
$ npm install @nestjs!/prisma
```## Usage
[Overview & Tutorial](https://docs.nestjs.com/recipes/prisma)
[Documentation](https://github.com/giuliano-marinelli/nestjs-prisma/wiki)
## Stay in touch
### Me
- Author - [Giuliano Marinelli](https://www.linkedin.com/in/giuliano-marinelli/)
- Website - [https://github.com/giuliano-marinelli](https://github.com/giuliano-marinelli)### Refract
- Website - [https://github.com/cwqt](https://github.com/cwqt)
### Nest
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest and this package are [MIT licensed](LICENSE).