-
Mikro-orm is pretty different in the newer versions. Need to figure out how best to migrate and replace the subscribers that were created for submission changes.
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
Seeing as Mikro-orm is an unit-of-work-first ORM, I think it would be great to see a plugin for it for `nestjs-cls`.
It would be particularly relevant as it uses[ itself transactional contexts](ht…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"li…
-
### Package.json file
```JSON
{
"name": "ship",
"version": "0.0.1",
"description": "SHIP for Eight Sleep",
"author": "Eight Sleep",
"keywords": [
"sqlite",
"postgres",
"…
-
### Describe the bug
There are some sqlite migrations that require creating a temp table with the new definition, copying all data into the temp table, dropping the prev, and renaming the new one.
…
-
[mikro-orm](https://mikro-orm.io/) is really good, i was wondering if it can be supported as well?
-
### Describe the bug
With a simple many to many relationship on an entity like this:
```
@ManyToMany(() => Country)
countries = new Collection(this);
```
Enabling dataloader to load thi…
-
### Package.json file
```JSON
{
"name": "medusa-next2",
"version": "1.0.3",
"private": true,
"author": "Kasper Fabricius Kristensen & Victor Gerbrands (https://www.medusajs.com)",
"d…
-
### What Medusa version and documentation are you using?
v2
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com…