Hive: How look data in db.

Created on 17 Jul 2020  路  4Comments  路  Source: hivedb/hive

I come from android.I use facebook stetho for see db and which use in hive.

question

All 4 comments

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:

  1. Hivedb Studio doesn't supports encrypted boxes
  2. Hivedb uses IndexedDB on browser environment. If you want to inspect db on browsers just check IndexedDB page on DevTools (you can open by pressing 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yannickvg picture yannickvg  路  4Comments

juandiago picture juandiago  路  4Comments

Hopheylalal picture Hopheylalal  路  4Comments

jamesdixon picture jamesdixon  路  3Comments

NourEldinShobier picture NourEldinShobier  路  3Comments