Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: SQL DDL generation #286

Open
NorbertSandor opened this issue Oct 10, 2023 · 2 comments
Open

Feature request: SQL DDL generation #286

NorbertSandor opened this issue Oct 10, 2023 · 2 comments
Labels
pending Postpone plans because of more important tasks

Comments

@NorbertSandor
Copy link

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...

@babyfish-ct
Copy link
Owner

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.

@babyfish-ct babyfish-ct added the pending Postpone plans because of more important tasks label Oct 25, 2023
@RickyWuCN
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending Postpone plans because of more important tasks
Projects
None yet
Development

No branches or pull requests

3 participants