DEV Community

Discussion on: Advanced NestJS: How to build completely dynamic NestJS modules

Collapse
 
mjclemente profile image
Matthew J. Clemente

Thank you for this!

Your NestJS module for Massive was actually my introduction to MassiveJS, which was incredibly impressive. It really does hit the sweet spot for database interaction - avoiding the heaviness of an ORM while still providing some elegant interactivity.

I was wondering, do you have a preferred approach for utilizing TypeScript with Massive in your NestJS projects?