Explore DDL scripts from Hibernate ORM in the DevUI #16553
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
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
The text was updated successfully, but these errors were encountered: