#rocksdb #bindings #ffi

sys polodb-librocksdb-sys

Native bindings to librocksdb

1 release (0 unstable)

9.0.0-alpha.1 Aug 17, 2024

#2856 in Database interfaces

Download history 170/week @ 2024-08-13 35/week @ 2024-08-20 36/week @ 2024-08-27 105/week @ 2024-09-03 57/week @ 2024-09-10 49/week @ 2024-09-17 56/week @ 2024-09-24 86/week @ 2024-10-01 48/week @ 2024-10-08 41/week @ 2024-10-15 46/week @ 2024-10-22 54/week @ 2024-10-29 134/week @ 2024-11-05 103/week @ 2024-11-12

347 downloads per month
Used in 3 crates (via polodb_core)

MIT/Apache-2.0/BSD-3-Clause

18MB
388K SLoC

C++ 370K SLoC // 0.1% comments Python 8K SLoC // 0.1% comments Shell 4K SLoC // 0.2% comments C 3.5K SLoC // 0.0% comments GNU Style Assembly 543 SLoC // 0.1% comments INI 431 SLoC // 0.1% comments Rust 411 SLoC // 0.1% comments PowerShell 313 SLoC // 0.2% comments Bitbake 168 SLoC // 0.2% comments Bazel 101 SLoC // 0.5% comments

RocksDB bindings

Low-level bindings to RocksDB's C API.

Based on original work by Tyler Neely https://github.com/rust-rocksdb/rust-rocksdb and Jeremy Fitzhardinge https://github.com/jsgf/rocksdb-sys

Version

The librocksdb-sys version number is in the format X.Y.Z+RX.RY.RZ, where X.Y.Z is the version of this crate and follows SemVer conventions, while RX.RY.RZ is the version of the bundled rocksdb.

Dependencies

~0–4.5MB
~78K SLoC