Support for CRUD Repos to simplify single table operations
- You can now pass
export: { crudRepository: true }
toGenerator
to enable generation of CRUD repository classes that simplify common single table operations
export: { crudRepository: true }
to Generator
to enable generation of CRUD repository classes that simplify common single table operations