isar/hive
Lightweight and blazing fast key-value database written in pure Dart. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2613
- days_rel: n/a
- days_push: 796
- n_releases_24m: 0
Adoption not part of the score
4392 stars · 450 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Hive is a lightweight, fast key-value NoSQL database written in pure Dart, designed for Flutter and Dart applications. It supports encryption, multi-isolate access, and runs on mobile, desktop, and browser platforms.
Use cases
- store key-value data locally in a flutter app
- persist app settings and preferences in dart
- offline local database for mobile apps
- encrypted local storage for sensitive data
- fast lightweight nosql storage without native dependencies
- cache data across isolates in dart
When to choose
- you need a fast, pure-Dart key-value store for Flutter or Dart
- you want simple local persistence with built-in encryption
- you need cross-platform storage including mobile, desktop, and web
When to avoid
- you need complex relational queries or SQL joins
- you need a full document database with indexes and query language
- your project requires a server-side database
Facets
library · maturity active
database caching cryptography databases mobile-development cross-platform developer-tools cross-platform browser key-value-store nosql flutter local-storage encryption embedded-database mobile desktop
1 source
- readme: https://github.com/isar/hive · fetched 2026-08-28 · 6da3a9f3981e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| isar/hive | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem