Support for Prisma ORM
See original GitHub issueIs there an existing issue that is already proposing this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe it
Terminus
is quite useful for checking the health of your database and it would be great if it would support Prisma ORM.
Describe the solution you’d like
Support for Prisma ORM, similar to TypeOrmHealthIndicator
, SequelizeHealthIndicator
and MongooseHealthIndicator
.
Teachability, documentation, adoption, migration strategy
The terminus recipe in the NestJS docs would need to be updated with a PrismaHealthIndicator
.
To the best of my understanding, the change to the documentation would be fairly minimal.
What is the motivation / use case for changing the behavior?
I work at Prisma and we have seen a lot of NestJS users adopting Prisma for the ORM layer in their application. So having better support for the ORM would be great for developers using NestJS with Prisma!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Prisma | Next-generation ORM for Node.js & TypeScript
Prisma is a next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. It provides type-safety, ...
Read more >Prisma Help Center
Find resources and get help from our support team for both the Prisma ORM and Prisma Data Platform.
Read more >Databases supported by Prisma
This page lists all the databases and their versions that are supported by Prisma.
Read more >Express & Prisma | Next-Generation ORM for SQL DBs
Prisma is a next-generation ORM for Node.js & TypeScript. It's the easiest way to build Express apps with MySQL, PostgreSQL & SQL Server...
Read more >Contact Support - Prisma
Go to the Prisma Data Platform and click Support in the upper-right. · Fill out all fields in the pop-up below. Note The...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Btw, in case anyone comes here and just wants a simple health indicator, I have a Stackoverflow answer for it.
https://stackoverflow.com/a/71445270/317951
Thanks for the suggestion! I am open to review any PRs around this!