I come from android.I use facebook stetho for see db and which use in hive.
You can use hivedb studio to inspect hivedb data. (You need to upload db file). This is preview feature and may have some issues.
Notes:
F12).How find my hive db in phone
Hive db files located in getApplicationDocumentsDirectory if you have initialized hive using initFlutter(). Check this stackoverflow answer for copying files from android data directory to computer.
Hivedb studio does a great job! I hope we could edit data then download hive DB from site in the future.
The offline data browser would be a good idea as well.
@TheMisir