woowabros / nestjs-library-crud

Automatically generate CRUD Rest API based on NestJS and TypeOrm
https://www.npmjs.com/package/@nestjs-library/crud
MIT License
164 stars 29 forks source link

Drizzle #569

Open ChinaeduO opened 3 weeks ago

ChinaeduO commented 3 weeks ago

Is there a way to also migrate to Drizzle ORM ?

jiho-kr commented 2 weeks ago

This library is built on TypeORM and Nestjs.

The feature to offer multiple ORMs has not been reviewed.