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

Explore DDL scripts from Hibernate ORM in the DevUI #16553

Closed
Sanne opened this issue Apr 15, 2021 · 2 comments · Fixed by #16764
Closed

Explore DDL scripts from Hibernate ORM in the DevUI #16553

Sanne opened this issue Apr 15, 2021 · 2 comments · Fixed by #16764
Labels
area/dev-ui area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE good first issue Good for newcomers kind/enhancement New feature or request
Milestone

Comments

@Sanne
Copy link
Member

Sanne commented Apr 15, 2021

Description

Hibernate ORM can automatically generate create/update/drip scripts for the database schema.

This is normally done when it's started (see #16483 ), as we expose some configuration properties which allow it to generate the .sql files when it starts.

However this feature is very useful during development, as one makes changes to the domain model and its mapping we want to immediately verify if it's having the intended effect on the schema.

Would be great to allow inspecting of these scripts from the DevUI

@Sanne Sanne added kind/enhancement New feature or request good first issue Good for newcomers area/hibernate-orm Hibernate ORM area/dev-ui labels Apr 15, 2021
@quarkus-bot quarkus-bot bot added the area/persistence OBSOLETE, DO NOT USE label Apr 15, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 15, 2021

/cc @gsmet, @yrodiere

@TomasHofman
Copy link
Contributor

I'm going to investigate next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dev-ui area/hibernate-orm Hibernate ORM area/persistence OBSOLETE, DO NOT USE good first issue Good for newcomers kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants