Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Mar 6, 2024
1 parent fabde9a commit 8b0ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# value-log

Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB and implemented in safe, stable Rust.
Generic value log implementation for key-value separated storage, inspired by [RocksDB's BlobDB](https://github.com/facebook/rocksdb/wiki/BlobDB) and implemented in safe, stable Rust.

> This crate is intended for key-value separated LSM storage.
> You probably want to use https://github.com/fjall-rs/fjall instead.

0 comments on commit 8b0ba82

Please sign in to comment.