mirror of https://github.com/facebook/rocksdb.git
Add grocksdb in Go language bindings (#10498)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10498 Reviewed By: hx235 Differential Revision: D38523574 Pulled By: ajkr fbshipit-source-id: 4df46fe3bfe49335a278594dfe6fd887879e71ec
This commit is contained in:
parent
38bf569ee7
commit
616f3bd02e
|
@ -6,7 +6,9 @@ This is the list of all known third-party language bindings for RocksDB. If some
|
||||||
* http://pyrocksdb.readthedocs.org/en/latest/ (unmaintained)
|
* http://pyrocksdb.readthedocs.org/en/latest/ (unmaintained)
|
||||||
* Perl - https://metacpan.org/pod/RocksDB
|
* Perl - https://metacpan.org/pod/RocksDB
|
||||||
* Node.js - https://npmjs.org/package/rocksdb
|
* Node.js - https://npmjs.org/package/rocksdb
|
||||||
* Go - https://github.com/tecbot/gorocksdb
|
* Go
|
||||||
|
* https://github.com/linxGnu/grocksdb
|
||||||
|
* https://github.com/tecbot/gorocksdb (unmaintained)
|
||||||
* Ruby - http://rubygems.org/gems/rocksdb-ruby
|
* Ruby - http://rubygems.org/gems/rocksdb-ruby
|
||||||
* Haskell - https://hackage.haskell.org/package/rocksdb-haskell
|
* Haskell - https://hackage.haskell.org/package/rocksdb-haskell
|
||||||
* PHP - https://github.com/Photonios/rocksdb-php
|
* PHP - https://github.com/Photonios/rocksdb-php
|
||||||
|
|
Loading…
Reference in New Issue