# direct-rocksdb
[](https://circleci.com/gh/TerrorJack/direct-rocksdb/tree/master)
[](https://ci.appveyor.com/project/TerrorJack/direct-rocksdb?branch=master)
Bindings to [RocksDB](https://github.com/facebook/rocksdb).
## Dependencies
This package builds RocksDB in place and doesn't link with system-wide RocksDB. Requires:
* [`cmake`](https://cmake.org/)
* [`ninja`](http://ninja-build.org/)
* `awk`
## Windows support
Not working at the moment (builds but crashes when built with mingw-w64 toolchain). May switch to MSVC to fix it.