objectbox / objectbox-dart

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

Data Visualization Tool #583

Closed andychucs closed 4 months ago

andychucs commented 5 months ago

Is there an existing issue?

Use case

check data when debugging

Proposed solution

make ide plugin support to read data.mdb in store dir

Describe alternatives you've considered

a visualization tool app which can read any data.mdb

greenrobot-team commented 5 months ago

You can use https://docs.objectbox.io/data-browser to inspect the data.mdb file! Does that work for you?

andychucs commented 4 months ago

yes. it's easy to use.

if it can view in ide window will be more helpful. like database in IDEA-U can view sqlite.