Welcome to python-rocksdb's documentation! ========================================== Overview -------- Python bindings to the C++ interface of http://rocksdb.org/ using cython:: import rocksdb db = rocksdb.DB("test.db", rocksdb.Options(create_if_missing=True)) db.put(b"a", b"b") print(db.get(b"a")) Tested with python3.8, python3.9, python3.10, and RocksDB version 6.14.6. .. toctree:: :maxdepth: 2 Instructions how to install Tutorial API Changelog Contributing ------------ Source can be found on `github `_. Feel free to fork and send pull-requests or create issues on the `github issue tracker `_ RoadMap/TODO ------------ No plans so far. Please submit wishes to the github issues. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`