mirror of
https://github.com/luxfi/zapdb.git
synced 2026-07-27 06:54:45 +00:00
Use blog https://github.com/dgraph-io/open/blob/master/content/post/encryption-at-rest-dgraph-badger.md to create a doc page about encryption at rest
597 B
597 B
Badger
What is Badger?
BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It is meant to be an efficient alternative to non-Go-based key-value stores like RocksDB.
Changelog
We keep the repo Changelog up to date with each release.