DEV Community

Discussion on: Clean Architecture with Nodejs, TypeScript and Mongo.

Collapse
 
japhernandez profile image
John Piedrahita • Edited

How are you creating the adapter and for which ORM?

scaffold create:entity --name=user
scaffold create:adapter-orm --name=user

By convention you must use the same name of the entity.