- Pure [[Dart]]な[[KVS]]
- Pure Dartなので[[Flutter]]で使いやすい
- Dartのプリミティブ型、list, map, `.fromJson`, `.toJson`メソッドが付いているオブジェクトを保存できる
- Transaction
- `box.write`, `box.read`で複数の命令をAtomicに実行できる
参考
- [https://github.com/isar/hive](https://github.com/isar/hive)