nestjs / docs.nestjs.com

The official documentation https://docs.nestjs.com 📕
MIT License
1.18k stars 1.71k forks source link

Request for Drizzle ORM Recipe for NestJS Framework #3038

Open giorgiPapava opened 3 months ago

giorgiPapava commented 3 months ago

Is there an existing issue that is already proposing this?

Is your feature request related to a problem? Please describe it

I would like to request the addition of a Drizzle ORM recipe for the NestJS framework. This feature would greatly benefit developers by providing a streamlined and efficient way to integrate Drizzle ORM with NestJS.

Currently, there is no official documentation or recipe for integrating Drizzle ORM with NestJS, making it difficult for developers to use these two tools together efficiently.

Describe the solution you'd like

I would like a detailed recipe or guide for integrating Drizzle ORM with the NestJS framework, including setup instructions, configuration examples, and best practices. This would eliminate the guesswork for developers and ensure a smooth integration.

Teachability, documentation, adoption, migration strategy

Users should be able to follow clear steps in the documentation to set up Drizzle ORM in their NestJS projects. Example code snippets and a sample project repository would be helpful. Providing migration guides for existing projects would also be beneficial.

What is the motivation / use case for changing the behavior?

Integrating Drizzle ORM with NestJS will provide developers with a type-safe, efficient ORM option that leverages TypeScript, enhancing the development experience and productivity.

kamilmysliwiec commented 3 months ago

Contributions are more than welcome!