You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ferry includes a `HiveStore` which enables offline data persistance, based on the `hive` package.
43
+
Ferry includes a `HiveStore` which enables offline data persistence, based on the `hive` package.
44
+
44
45
45
46
### Install Dependencies
46
47
@@ -58,6 +59,12 @@ dev_dependencies:
58
59
build_runner: #[latest-version]
59
60
```
60
61
62
+
Since `hive` seems to be unmaintained, and the community forked it via the `hive_ce` package, Ferry also includes a `ferry_hive_ce_store`
63
+
with the same API.
64
+
65
+
Since the underlying file formats are binary compatible, switching from `ferry_hive_store ` to `ferry_hive_ce_store` is possible without any data migration.
0 commit comments