hive_db_package 0.0.2
hive_db_package: ^0.0.2 copied to clipboard
A Flutter project with hive database implementation.
Hive is a lightweight and blazing fast key-value database written in pure Dart. Inspired by Bitcask.
Documentation & Samples 📖 If you need queries, multi-isolate support or links between objects check out Isar Database.
Features 🚀 Cross platform: mobile, desktop, browser ⚡ Great performance (see benchmark) ❤️ Simple, powerful, & intuitive API 🔒 Strong encryption built in 🎈 NO native dependencies 🔋 Batteries included Getting Started Check out the Quick Start documentation to get started.
Usage You can use Hive just like a map. It is not necessary to await Futures.