Display table contents in UI

149 Views Asked by At

Is there any tool which shows the H2 or UDB DB table contents in UI. I dont want to run the query to see the contents of the table.This is more like the Presentation of the tables in UI. Also I dont want to use any Db consle.Please suggest.

1

There are 1 best solutions below

0
On

Use java -cp h2-1.4.187.jar org.h2.tools.Server or you can also use org.h2.server.web.WebServlet and configure a path