It is the common case when domain model is changed during project development. If db schema is generated from domain model, then the following problem appears. When I change model, I need to change schema also. I am searching for the ORM which can do such changes automatically (or, semi-automatically).
At least, the ORM must support the following changes:
- Renaming of a class
- Renaming of a property or a field
- Removing of a property or a field