Hive is a lightweight and blazing fast key-value database written in pure Dart . Inspired by Bitcask.
Read moreWhere does Hive store data in flutter?
All data stored in Hive is organized in boxes . A box can be compared to a table in SQL, but it does not have a structure and can contain anything. Boxes can also be encrypted to store sensitive data.
Read moreIs Hive a NoSQL database?
Hive is a lightweight, NoSQL database , easy to implement and also having high benchmark on the devices and written in the pure dart.
Read more