add rocksdb support

This commit is contained in:
Jonathan de Jong 2021-11-27 14:32:00 +01:00
parent a04057ed4c
commit e20e99493e
5 changed files with 249 additions and 3 deletions

View file

@ -11,4 +11,5 @@ sled = { version = "0.34.6", features = ["compression", "no_metrics"] }
rusqlite = { version = "0.25.3", features = ["bundled"] }
anyhow = "1.0.42"
heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c758867e05ad973ef800a6fe1d5d" }
thiserror = "1.0.26"
thiserror = "1.0.26"
rocksdb = { version = "0.16.0", features = ["multi-threaded-cf"] }