dbinspect_hive 0.1.0 copy "dbinspect_hive: ^0.1.0" to clipboard
dbinspect_hive: ^0.1.0 copied to clipboard

A Hive adapter for dbinspect_bridge, so a desktop client can browse your app's Hive boxes while it runs.

Changelog #

0.1.0 #

First release. The Hive adapter for dbinspect_bridge.

  • Boxes are handed in rather than discovered — nothing in Hive lists what an application has open. Both Box and LazyBox are accepted.
  • Every store is two columns, key and value, and the schema is always reported as inferred, because a box has none.
  • Keys page in Hive's ascending order, read by index, so a page of a 100k-entry box costs the page and not the box.
  • Depends on hive, which is pure Dart, so no Flutter SDK is required.
  • No transactions. A Hive box has no journal, so capabilities.transactions is false and an edit is permanent the instant it is accepted. That flag exists so a client can say so in front of the edit rather than failing after it.
0
likes
150
points
91
downloads

Documentation

API reference

Publisher

verified publisherdizitart.com

Weekly Downloads

A Hive adapter for dbinspect_bridge, so a desktop client can browse your app's Hive boxes while it runs.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

dbinspect_bridge, hive

More

Packages that depend on dbinspect_hive