quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.87k stars 2.71k forks source link

Dedicated Dev UI interface to "log" (and replay/execute?) Hibernate queries (ORM or Search) #39584

Open yrodiere opened 8 months ago

yrodiere commented 8 months ago

Description

When developing, It can be quite useful to know what exactly was sent to the database or, in the case of Hibernate Search, to Elasticsearch.

Currently, the only options to do so are through logs.

I think a dedicated Dev UI interface could increase developer joy significantly, especially if we introduce additional features. A few that come to mind (though we may not end up implementing all of them):

Implementation ideas

No response

quarkus-bot[bot] commented 8 months ago

/cc @cescoffier (devui), @phillip-kruger (devui)

gsmet commented 8 months ago

That would indeed be awesome.

If you can get the query time there too, I think it could have even more value.