Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any tool to investigate or browse the database created by objectbox, no matter gui or cli #34

Open
lymslive opened this issue Aug 2, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@lymslive
Copy link

lymslive commented Aug 2, 2023

When I develop some application with the objectbox lib, I hope to have a separate tool to verify the records (objects) saved in the database, somthing like that for SQLite, to browse and lookup what table(entities) and records existed in current database file.

I have glanced at the repos in github.com/objectbox, but not found such a tool. Compare to 'objectject-generator` as pre-build tool, such a post-browse tool is also useful.

Maybe it is possible to write one using objectbox lib, while I think it is so common requirement, I wonder is there any project already provides such tool.

@lymslive lymslive added the enhancement New feature or request label Aug 2, 2023
@greenrobot
Copy link
Member

We should be able to provide a docker image for that; would that work for you? It will provide the "Admin" web app like you can see here.

@lymslive
Copy link
Author

lymslive commented Aug 3, 2023

The ObjectBox Data Browser in Admin Web App looks fine. But does that only embedded in Java app?
I would like work with C/C++, and I think such data browser should be a separate development tool and independent of language.

@greenrobot
Copy link
Member

It would be a Docker image, so that's completely separate from any app and language. You would run a container and give it the path to your DB.

@lymslive
Copy link
Author

lymslive commented Aug 4, 2023

OK, that is fine, when and where the docker image would be available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants