Hello guys, I have a desktop app using Java FX and so I have Derby as embedded DB. These builds I deploy to my clients.
I need however a little tool to somehow access the embedded database for viewing, and maybe some on-the-fly modifications. When the FX app is up and running the DB is locked to it. So my option is to include a built in DB manager tool inside the app. So I was wondering if you know any java-based database viewers that I can import and use inside my app? Best, Chux
