babyfish-ct / jimmer

A revolutionary ORM framework for both java and kotlin.
Apache License 2.0
858 stars 84 forks source link

Feature request: SQL DDL generation #286

Open NorbertSandor opened 1 year ago

NorbertSandor commented 1 year ago

We use Hibernate’s SchemaMigratorintensively 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...

babyfish-ct commented 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.

RickyWuCN commented 5 months ago

maybe some thing like drizzle-kit and prisma in typescript. so each time the model changes, the new migration file generated.