TypeORM viewEntity
We had a brief first-look at TypeORM, an excellent ORM system for managing your database.
I wrote about this first as I was transitioning to Prisma, this is not finished, but I found some fantastic elements of TypeORM I wanted to showcase in the mean...
h.daily-dev-tips.com4 min read
Butler Lily
Entities in TypeORM represent database tables or connections. However, there is another form of object we may use . A database view can be mapped using the viewEntity. If you've never heard of a database view, it's a view of a certain database result.