Open NorbertSandor opened 1 year ago
This feature will be implemented in the future.
Jimmer is a budding project that prioritizes improving the ORM and core mechanisms within a limited time. The planning of all tool functions will be relatively late.
maybe some thing like drizzle-kit and prisma in typescript. so each time the model changes, the new migration file generated.
We use Hibernate’s
SchemaMigrator
intensively to generate DDL code both for the initial table structure and when the structure of the entity classes change. DDL generation would be essential for us to switch to Jimmer...