forked from facebook/rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request facebook#1056 from facebook/igorcanadi-patch-1
Create LANGUAGE-BINDINGS.md
- Loading branch information
1 parent
cc87075
commit 9278097
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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 |