Relative Content

Tag Archive for nestjsmikro-orm

MikroORM relation from an entity to a virtual entity

I have an entity StockItem, this contains multiple @ManyToOne relations. There is a view called StockItemStatus that summarises the many to one relations to a single value (e.g. list of stock changes to the current stock level).

MikroORM relation from an entity to a virtual entity

I have an entity StockItem, this contains multiple @ManyToOne relations. There is a view called StockItemStatus that summarises the many to one relations to a single value (e.g. list of stock changes to the current stock level).