Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oxigraph/oxrocksdb-sys
Tpt ca91570f50 Allows to use Speedb instead of RocksDB 2 years ago
..
api Allows to use Speedb instead of RocksDB 2 years ago
lz4@5ff8396801 Upgrades LZ4 to v1.9.4 2 years ago
rocksdb@740854a7b0 Upgrades RocksDB to 8.0.0 2 years ago
speedb@288398bf74 Allows to use Speedb instead of RocksDB 2 years ago
src Hides bindgen generated code warnings 3 years ago
Cargo.toml Allows to use Speedb instead of RocksDB 2 years ago
README.md Allows to use Speedb instead of RocksDB 2 years ago
build.rs Allows to use Speedb instead of RocksDB 2 years ago
trim_rocksdb.sh Allows to use Speedb instead of RocksDB 2 years ago

README.md

Oxigraph RocksDB bindings

RocksDB bindings for Oxigraph.

It is also possible to switch to Speedb by enabling the "seedb" Cargo feature.

Based on librocksdb-sys under Apache v2 license.