objectbox / objectbox-java

Android Database - first and fast, lightweight on-device vector database
https://objectbox.io
Apache License 2.0
4.4k stars 302 forks source link

Data Browser for Java Desktop Apps #519

Closed ablack13 closed 8 months ago

ablack13 commented 6 years ago

@greenrobot It's possible to present db data on localhost server? (such as in Android Objectbox browser)

greenrobot-team commented 6 years ago

The data browser is currently only shipped in the native library that is bundled with objectbox-android-databrowser. So no, this currently will not work for desktop apps.

edit: keeping this open for others to 👍 if they want this feature. -ut

Lxingzhi commented 5 years ago

@greenrobot-team #659 When can I open it on PC?Or a solution? I need to check whether the online app data is consistent with the background data.It is ok for me to use GreenDao before, because its file is db. I hope there are relevant methods to open MDB file on PC.

greenrobot-team commented 5 years ago

@njzy63lys A workaround: create a dummy ObjectBox app and run it on an emulator on your PC. Then copy the existing database file to it. https://docs.objectbox.io/faq#can-i-ship-my-app-with-a-pre-built-database

Now you can inspect the database using the Android data browser. https://docs.objectbox.io/data-browser

-ut

IdeasMX01 commented 3 years ago

I'm implementing Objectbox but I hope you'll provide a desktop tool to browse database.

I explain it. It's an in-house app. The users are in many distant places. Some times we need to check the database, so they send us the database file.

A solution creating a dummy ObjectBox app I think it's the only for now, but it needs more steps than just open the file and browse it through a desktop program.

I know there are another tasks with more priority, but I hope some day there are a tool soon. By the way, I hope objectbrowser will support entities relations soon.

xiaobaiyey commented 3 years ago

It is really inconvenient to view the database in the desktop application, I hope the desktop version

acer-xhy commented 2 years ago

It is really necessary to be able to view database files on the desktop.pls

anci3ntr0ck commented 2 years ago

we need this plz 🥺🥺🥺

greenrobot commented 11 months ago

We just released a Docker-based solution for that: https://docs.objectbox.io/data-browser#run-via-docker

Please let us know if it works for you. Blog post will follow very soon.

greenrobot-team commented 8 months ago

A little late, but the blog post is at https://objectbox.io/data-viewer-for-objects-announcing-objectbox-admin/

Closing this then. Feel free to open new issues for Admin as needed.