Skip to content

Commit 1c0d042

Browse files
authored
Update README.md
1 parent 7a13d87 commit 1c0d042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
![MSRV](https://img.shields.io/badge/MSRV-1.74.0-blue)
1212
[![dependency status](https://deps.rs/repo/github/fjall-rs/value-log/status.svg)](https://deps.rs/repo/github/fjall-rs/value-log)
1313

14-
Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [[1]](#footnotes) and implemented in safe, stable Rust.
14+
Generic value log implementation for key-value separated storage, inspired by RocksDB's BlobDB [[1]](#footnotes) and TitanDB [[2]](#footnotes) and implemented in safe, stable Rust.
1515

1616
> This crate is intended as a building block for key-value separated storage.
1717
> You probably want to use https://github.com/fjall-rs/fjall instead.
@@ -48,3 +48,6 @@ All contributions are to be licensed as MIT OR Apache-2.0.
4848
## Footnotes
4949

5050
[1] https://github.com/facebook/rocksdb/wiki/BlobDB
51+
52+
[2] https://docs.pingcap.com/tidb/stable/titan-overview/
53+

0 commit comments

Comments
 (0)