https://github.com/mikro-orm/mikro-orm
github.com/nodejs/node/...
These customization hooks are run for modules loaded by require(), import(), and functions returned by createRequire() in the same thread they are registered, which makes them easier for CJS monkey-patchers to migrate to.
github.com/nodejs/node/...
These customization hooks are run for modules loaded by require(), import(), and functions returned by createRequire() in the same thread they are registered, which makes them easier for CJS monkey-patchers to migrate to.
As before please try it out and report any bugs you find. (hopefully none, but with how wild the module loading edge cases can be, one never knows!).
v22.12.0 enables require(esm) by default!
Read more about that change and the rest of additions / fixes in our blog post / CHANGELOG: nodejs.org/en/blog/rele...
#nodejs #javascript
As before please try it out and report any bugs you find. (hopefully none, but with how wild the module loading edge cases can be, one never knows!).
It was previously only available with "--experimental-require-module" option
Seems like this will now be supported by default in next release v22.12 ?
https://github.com/nodejs/node/pull/55217
It was previously only available with "--experimental-require-module" option
Seems like this will now be supported by default in next release v22.12 ?
https://github.com/nodejs/node/pull/55217
If there is something blocking you from upgrading to v6, please let us know!
If there is something blocking you from upgrading to v6, please let us know!
Let's see if I can find some audience here too, I got a feeling most of my twitter followers were bots 🫠
Let's see if I can find some audience here too, I got a feeling most of my twitter followers were bots 🫠
- `@Transactional()` decorator
- upsert works on managed entities
- nested embeddables with `prefixMode: 'relative'`
- multi-config support
- `onQuery` hook
- improved support for shared columns in composite FKs
mikro-orm.io/blog/mikro-o...
- `@Transactional()` decorator
- upsert works on managed entities
- nested embeddables with `prefixMode: 'relative'`
- multi-config support
- `onQuery` hook
- improved support for shared columns in composite FKs
mikro-orm.io/blog/mikro-o...
- `@Transactional()` decorator
- upsert works on managed entities
- nested embeddables with `prefixMode: 'relative'`
- multi-config support
- `onQuery` hook
- improved support for shared columns in composite FKs
https://mikro-orm.io/blog/mikro-orm-6-4-released
- `@Transactional()` decorator
- upsert works on managed entities
- nested embeddables with `prefixMode: 'relative'`
- multi-config support
- `onQuery` hook
- improved support for shared columns in composite FKs
https://mikro-orm.io/blog/mikro-orm-6-4-released
Among other things, `disableForeignKeys` now defaults to false, this was a common source of issues, mainly for postgres users (no more `session_replication_role` queries).
https://github.com/mikro-orm/mikro-orm/releases/tag/v6.3.8
Among other things, `disableForeignKeys` now defaults to false, this was a common source of issues, mainly for postgres users (no more `session_replication_role` queries).
https://github.com/mikro-orm/mikro-orm/releases/tag/v6.3.8
At least we are getting it to the list of possible options, lol.
https://www.reddit.com/r/node/comments/1f3eowy/which_orm_should_be_used_polling/
At least we are getting it to the list of possible options, lol.
https://www.reddit.com/r/node/comments/1f3eowy/which_orm_should_be_used_polling/
- QueryBuilder supports `Loaded` type (`qb.joinAndSelect`)
- ORM extensions are loaded dynamically
- TS support enabled for CLI (no need for `useTsNode`)
- QueryBuilder supports `Loaded` type (`qb.joinAndSelect`)
- ORM extensions are loaded dynamically
- TS support enabled for CLI (no need for `useTsNode`)
https://github.com/mikro-orm/nestjs/releases/tag/v6.0.0
Followed quickly by v6.0.1 with additional fixes for driver imports of the EntityManager.
https://github.co...
https://github.com/mikro-orm/nestjs/releases/tag/v6.0.0
Followed quickly by v6.0.1 with additional fixes for driver imports of the EntityManager.
https://github.co...