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
Niko PLP 77edc05ced use nextgraph's version of rocksdb 1 month ago
..
api RocksDB: uses multi-columns flush 3 months ago
lz4@5ff8396801 Upgrades LZ4 to v1.9.4 2 years ago
src Hides bindgen generated code warnings 2 years ago
Cargo.toml Moves main crate to lib/oxigraph and centralizes dependencies 3 months ago
README.md Allows dynamic RocksDB linking 8 months ago
build.rs Fixes and ensures 32bits x86 support 4 months ago
trim_rocksdb.sh Reduces RocksDB file size 1 year ago

README.md

Oxigraph RocksDB bindings

RocksDB bindings for Oxigraph.

By default it builds RocksDB as part of this crate. It is also possible to dynamically link to RocksDB using the disabled by default pkg-config feature. In this case pkg-config will be used to link to RocksDB. Refer to this crate documentation if you want to configure the library lookup.

Based on librocksdb-sys under Apache v2 license.