objectbox / objectbox-dart

Flutter database for super-fast Dart object persistence
https://docs.objectbox.io/getting-started
Apache License 2.0
1.04k stars 120 forks source link

Windows, macOS, Android app for ObjectBox Admin #664

Open Abduraimbek opened 2 months ago

Abduraimbek commented 2 months ago

Currently I'm using ObjectBox Admin with Docker. And it is great. But many users that using my app have not Docker on their computer. So It would be great to have an app for browsing ObjectBox files.

greenrobot-team commented 2 months ago

Thanks for the suggestion.

But many users that using my app

Admin is intended for developers that integrate ObjectBox into their app. What is your use case here?

Abduraimbek commented 2 months ago

Thanks for the response! I have a POS application and my users are using different versions of my application that the ObjectBox structures are also different. So I cannot open .mdb files with my latest app, because I have deleted .json file many times. The ObjectBox Admin can open .mdb files independently their structure (like DB Browser for SQLite). Sometimes employees (support team) of our company have to open users db files.

Abduraimbek commented 2 months ago

I would be happy to create this program if you could give me some instructions.

greenrobot-team commented 2 months ago

Thanks for the details!

I would be happy to create this program if you could give me some instructions.

At this point this would require access to internal components (to compile the executable that's inside the Docker image), so not feasible.

If anyone else is interested in this, it helps us to thumbs up the first post (GitHub can sort issues by thumbs ups)!

fernandomoraesvr commented 1 month ago

I have this scenario (POS application as well) and would be great to have an admin panel. I would be happy to contribute to create this software too! Furthermore, it would be great if admin panel had support to edit data.