-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
p2High Priority. To be addressed first during next project slot.High Priority. To be addressed first during next project slot.
Description
See: https://mikro-orm.io/docs/next/upgrading-v5-to-v6
Main issues expected to be:
- The
connectparameter is no longer accepted in theinitmethod. (This was never used and connecting to the database didn't behave as necessarily expected in Cinnamon due to an oversight, this is fixed in the upcoming v0.2.0). - The
typeoption being removed in favor of driver exports. - The driver package is now the preferred way to import everything. (This might be worth abstracting in Cinnamon to maintain some level of database agnosticism).
-
ref()vswrap()(not necessarily for framework code, but for documentation) - Similarly for
require()calls forMigrator,EntityGeneratorandSeeder - Greater reliance on passing initialization options to
Mikro-ORM.init. Will need to re-work or double check options for init and for config.
Metadata
Metadata
Assignees
Labels
p2High Priority. To be addressed first during next project slot.High Priority. To be addressed first during next project slot.