@@ -33,6 +33,7 @@ storage-sqlite-src = ["dep:sqlite3-src", "sqlite3-src/bundled"]
3333# # but is very performant and supports an extremely high level of concurrency.
3434# # You can also [fine-tune](https://github.com/cozodb/cozo/blob/main/TUNING_ROCKSDB.md) RocksDB options.
3535storage-rocksdb = [" dep:cozorocks" ]
36+ storage-new-rocksdb = [" dep:rocksdb" ]
3637# # Enables the graph algorithms.
3738graph-algo = [" graph" , " rayon" ]
3839# # Allows the utilities to make web requests to fetch data.
@@ -120,6 +121,7 @@ rayon = { version = "1.10.0", optional = true }
120121minreq = { version = " 2.11.2" , features = [" https-rustls" ], optional = true }
121122tikv-jemallocator-global = { version = " 0.5.0" , optional = true }
122123cozorocks = { path = " ../cozorocks" , version = " 0.1.7" , optional = true }
124+ rocksdb = { version = " 0.22.0" , optional = true }
123125sled = { version = " 0.34.7" , optional = true }
124126tikv-client = { version = " 0.3.0" , optional = true }
125127tokio = { version = " 1.37.0" , optional = true }
@@ -139,3 +141,6 @@ aho-corasick = "1.1.3"
139141rust-stemmers = " 1.2.0"
140142fast2s = " 0.3.1"
141143swapvec = " 0.3.0"
144+
145+ [dev-dependencies ]
146+ tempfile = " 3.14.0"
0 commit comments