Hive is a lightweight and fast NoSQL db for flutter. It’s a popular and frequently updating package that we can use as a local data storage in our flutter apps. It provides a cool documentation and set of useful extension packages as well.
Hive is inspired by Bitcask. Bitcask provides an API for storing and retrieving key/value data into a log-structured hash table.
Strengths of BitCask
Low latency for read and write
High throughput, especially when writing an incoming stream of random items