# KV Database

> Named KV database on the lattice with per-owner signed replicas. Rich data types — counters, lists, sets, sorted sets, hashes — Redis-style, globally mergeable.

**Category:** Embedded Engines  
**Status:** active  
**Licensing:** open-source  
**License:** Apache-2.0  
**Page:** https://brittleboye.github.io/awesome-lattice/projects/engines/kv-database/

## Description

The KV Database is a named, multi-owner key-value store on the Convex lattice with signed replicas. Values are not just strings — it supports rich data types modelled on Redis (counters, lists, sets, sorted sets, hashes), all with lattice merge semantics so concurrent edits from different replicas converge.

Each owner's namespace is cryptographically signed, so replicas can be distributed widely without trusting intermediaries. Ideal for user profiles, session state, caches, and application data that benefits from disconnected operation.

## Links

- **Source:** https://github.com/Convex-Dev/convex
- **Javadoc:** https://javadoc.io/doc/world.convex/convex-core

## Tags

`kv` `database` `signed`

_Generated 2026-04-19T08:15:29.594Z by Awesome Lattice._