I just shipped version 4.1 of MikroORM, the TypeScript ORM for Node.js, and I feel like this particular release deserves a bit more attention than a regular feature release.
MikroORM 4.1: Let’s talk about performance
· 3 min read
I just shipped version 4.1 of MikroORM, the TypeScript ORM for Node.js, and I feel like this particular release deserves a bit more attention than a regular feature release.
After 4 months of active development, I am thrilled to announce the release of MikroORM 4. When I started to work on v4, the goal was to make it relatively small release, mainly to drop support for TypeScript 3.6 and Node.js 8, and to split the project into multiple packages, so we can have more fine grained control over the dependencies (mainly because of ts-morph having TS as a runtime dependency).
But what a major release would that be, without having a bunch of new features as well, right?
New major version of the TypeScript ORM has been released, read about its new features and breaking changes.
How to handle transactions and concurrency with ease.
This might be the ORM you’ve been looking for…