dbinspect_hive_ce 0.1.0
dbinspect_hive_ce: ^0.1.0 copied to clipboard
A Hive CE adapter for dbinspect_bridge, so a desktop client can browse your app's hive_ce boxes while it runs.
0.1.0 #
- First release.
HiveCeAdapterfordbinspect_bridge: thedbinspect_hiveadapter againsthive_ce, the community fork ofhive2.2.3. hive_ce's public API is identical tohive's, solib/is generated fromdbinspect_hivebytool/sync.dartand a test fails when it is stale. The two packages are mutually exclusive by design: they declare the same class names, and an application on one fork must not acquire the other.- No transactions, for the same reason as
dbinspect_hive: a box has no journal, socapabilities.transactionsisfalseand an edit is permanent when accepted.