Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
Tpt
be074000cc
|
1 year ago | |
---|---|---|
.. | ||
api | 1 year ago | |
lz4@5ff8396801 | 2 years ago | |
rocksdb@5f2d6f0cba | 1 year ago | |
src | 3 years ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago | |
build.rs | 1 year ago | |
trim_rocksdb.sh | 2 years 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.