Bogdan Shyrokostup
Bogdan Shyrokostup
#### Description: Add support for creating multiple databases when starting a container. This would be convenient for docker-compose. [Implementation in other container](https://github.com/mrts/docker-postgresql-multiple-databases/blob/master/create-multiple-postgresql-databases.sh). #### Example: ###### /docker-compose.yaml ```yaml version: '3.5' services:...
https://github.com/mikro-orm/nestjs/issues/37
For most simple CRUDs don't often have to resort to mapping the entity via the response DTO, but often need to hide fields in the entity using mikro-orm or decorators...