Search code examples
hivedata-visualizationflutter-hive

How to visualize a hive data?


I am building a flutter desktop application where I have used Hive database. It creates abc.hive file and abc.lock file in my local machine. Now I want to open the .hive extension file and visualize the data stored in that file.

How can I visualize the hive file? I tried to load the file in Hue but couldn't do it. May be I don't know how to do it. Can anyone help me visualize the hive file?


Solution

  • In case you only want to display the content of the .hive file in the browser you can use hive studio:

    https://studio.hivedb.dev/#/

    Obviously, you're not able to edit the db but it visualizes the content of your "box".