hive icon indicating copy to clipboard operation
hive copied to clipboard

How do you open a .hive file?

Open Kedaaj opened this issue 4 years ago • 2 comments

How can I open a .hive file in Android Studio so I can view the contents of my Hive boxes? I have tried opening the file as JSON/TXT/XML and nothing works.

Using Android Studio on Ubuntu with Flutter

Kedaaj avatar May 26 '21 16:05 Kedaaj

Hive uses custom binary format for storing data which isn't supported by any exists editors or tools.

themisir avatar May 26 '21 19:05 themisir

We can use it as a preview version https://studio.hivedb.dev/#/

Unfortunately, there is no scroll in it added comment in https://stackoverflow.com/a/75022792/2462531

Shailendra-3Frames avatar Feb 13 '24 12:02 Shailendra-3Frames