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
+* Java - https://github.com/facebook/rocksdb/tree/main/java
* Python
* http://python-rocksdb.readthedocs.io/en/latest/
* http://pyrocksdb.readthedocs.org/en/latest/ (unmaintained)
## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
[](https://circleci.com/gh/facebook/rocksdb)
-[](https://travis-ci.org/facebook/rocksdb)
-[](https://ci.appveyor.com/project/Facebook/rocksdb/branch/master)
+[](https://travis-ci.com/github/facebook/rocksdb)
+[](https://ci.appveyor.com/project/Facebook/rocksdb/branch/main)
[](http://140-211-168-68-openstack.osuosl.org:8080/job/rocksdb)
RocksDB is developed and maintained by Facebook Database Engineering Team.
making it especially suitable for storing multiple terabytes of data in a
single database.
-Start with example usage here: https://github.com/facebook/rocksdb/tree/master/examples
+Start with example usage here: https://github.com/facebook/rocksdb/tree/main/examples
See the [github wiki](https://github.com/facebook/rocksdb/wiki) for more explanation.