https://github.com/facebook/rocksdb
Revision 94e342961120184066ce2099549c296f385b7fc8 authored by Ding Ma on 16 December 2016, 23:43:04 UTC, committed by Ding Ma on 16 December 2016, 23:43:04 UTC
1 parent 8460fd7
Raw File
Tip revision: 94e342961120184066ce2099549c296f385b7fc8 authored by Ding Ma on 16 December 2016, 23:43:04 UTC
make FileSize() one line instead of using unnecessary pointer
Tip revision: 94e3429
LANGUAGE-BINDINGS.md
This is the list of all known third-party language bindings for RocksDB. If something is missing, please open a pull request to add it.

* Java - https://github.com/facebook/rocksdb/tree/master/java
* Python - http://pyrocksdb.readthedocs.org/en/latest/
* Perl - https://metacpan.org/pod/RocksDB
* Node.js - https://npmjs.org/package/rocksdb
* Go - https://github.com/tecbot/gorocksdb
* Ruby - http://rubygems.org/gems/rocksdb-ruby
* Haskell - https://hackage.haskell.org/package/rocksdb-haskell
* PHP - https://github.com/Photonios/rocksdb-php
* C# - https://github.com/warrenfalk/rocksdb-sharp
* Rust - https://github.com/spacejam/rust-rocksdb
back to top