mopidy-musicbox-webclient
mopidy-musicbox-webclient copied to clipboard
ObjectBrowser to view DB data
Hi
Is there a way for debugging the db?
Thanks
I also want to know!
There is ObjectBox - Data Browser for android only. Do you have plan data browser tool for swift? Thanks
Implementation questions; because the Object Browser runs inside a (web) browser and requires a debug version of ObjectBox running an embedded web server:
-
What the best way to distribute a "debug version" of ObjectBox containing the embedded web server & browser app? It's all done in the native (C/C++) lib, so e.g. we would provide a second cocoapods artifact.
-
Are there i/macOS restrictions regarding a embedded web server (e.g. security)?
-
Is it better to run an embedded browser view; e.g. to ensure that the web server runs in the same process? E.g. external browser app may not ensure the app's process is kept alive?
-
How/when to open the browser? Trigger with a UI or API? Android did by adding an item to the top system bar.
Provide Java UI tool to open .mdb file? like sqlitebrowser for windows. Or there are documents about mdb file format I can program myself. Thanks
Provide Java UI tool to open .mdb file? like sqlitebrowser for windows. Or there are documents about mdb file format I can program myself. Thanks
Yes, it would be nice to have a tool, to open the .mdb file and check what's written in the db.
Is there any progress on this?
Implementation questions; because the Object Browser runs inside a (web) browser and requires a debug version of ObjectBox running an embedded web server:
- What the best way to distribute a "debug version" of ObjectBox containing the embedded web server & browser app? It's all done in the native (C/C++) lib, so e.g. we would provide a second cocoapods artifact.
- Are there i/macOS restrictions regarding a embedded web server (e.g. security)?
- Is it better to run an embedded browser view; e.g. to ensure that the web server runs in the same process? E.g. external browser app may not ensure the app's process is kept alive?
- How/when to open the browser? Trigger with a UI or API? Android did by adding an item to the top system bar.
We have released Admin as a Docker image, that can be used to read a database file on your development machine. See https://docs.objectbox.io/data-browser#run-via-docker for details.
There is also a blog post showing what it can do.