# isar/hive

Lightweight and blazing fast key-value database written in pure Dart.

Repository: https://github.com/isar/hive
Canonical: https://ross.abutalabs.com/products/isar-hive
Language: Dart
License: Apache-2.0
License Family: permissive
Topics: flutter, dart, key-value, nosql, encryption, hive, database
Last push: 2024-06-28T11:57:48+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2613, "days_push": 796, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4392, forks 450 (observed 2026-08-28T04:08:48.141885+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database, caching, cryptography
- domain: databases, mobile-development, cross-platform, developer-tools
- platform: cross-platform, browser
- tags: key-value-store, nosql, flutter, local-storage, encryption, embedded-database, mobile, desktop

## Member repositories
- isar/hive (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:48.141885+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:11.816866+00:00, confidence not recorded.
  - readme: https://github.com/isar/hive (fetched 2026-08-28T04:08:48.141885+00:00, sha 6da3a9f3981e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
