e8f9d7f0d4
Summary: 1. I added PingCap's more up-to-date Rust Binding of RocksDB 2. I also added ObjectiveRocks which is a very nice binding for _both_ Swift and Objective-C Closes https://github.com/facebook/rocksdb/pull/4065 Differential Revision: D8670340 Pulled By: siying fbshipit-source-id: 3db28bf3a464c3e050df52cc92b19248b7f43944
1.1 KiB
1.1 KiB
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
- D programming language - https://github.com/b1naryth1ef/rocksdb
- Erlang - https://gitlab.com/barrel-db/erlang-rocksdb
- Elixir - https://github.com/urbint/rox
- Nim - https://github.com/status-im/nim-rocksdb
- Swift and Objective-C (iOS/OSX) - https://github.com/iabudiab/ObjectiveRocks