objectbox / objectbox-dart

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

ObjectBrowser / Admin on iOS #521

Closed leononly closed 5 months ago

leononly commented 1 year ago

Was wondering, is this feature is in the plan? it would be very helpful if this feature is available for iOS users, we want to include this feature in our app so that we can access the db on the client side by just view the db data on the device

greenrobot-team commented 1 year ago

Thanks for the request! Currently Admin works for Android apps only and there are no immediate plans to make it work on iOS or macOS.

For anyone else interested, please thumbs up the first post so we can track interest in this!

greenrobot-team commented 5 months ago

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.