Native LevelUP bindings to RocksDB
Flat Rocks dynamically links to librocksdb. To build this module, both the RocksDB headers and dynamic library must be in the system's build-path and library-path, respectively.
Run npm install
to fetch dependencies and compile bindings.
Flat Rocks is API compatible with LevelDOWN. See the LevelDOWN documentation for details.
This project is forked from LevelDOWN, a native binding for LevelDB. It is API compatible, and remains largely the work of LevelDOWN's contributors:
- Rod Vagg [email protected] (https://github.com/rvagg),
- John Chesley [email protected] (https://github.com/chesles/),
- Jake Verbaten [email protected] (https://github.com/raynos),
- Dominic Tarr [email protected] (https://github.com/dominictarr),
- Max Ogden [email protected] (https://github.com/maxogden),
- Lars-Magnus Skog [email protected] (https://github.com/ralphtheninja),
- David Björklund [email protected] (https://github.com/kesla),
- Julian Gruber [email protected] (https://github.com/juliangruber),
- Paolo Fragomeni [email protected] (https://github.com/hij1nx),
- Anton Whalley [email protected] (https://github.com/No9),
- Matteo Collina [email protected] (https://github.com/mcollina),
- Pedro Teixeira [email protected] (https://github.com/pgte),
- James Halliday [email protected] (https://github.com/substack)
Copyright © 2016 John Manero.
Flat Rocks is released and distributed under terms of the MIT license. See the included LICENSE.md file for more details.
LevelDOWN and LevelUP are the property of their respective contributers:
- LevelDOWN is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the LevelDOWN project for more details.
- LevelUP is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the LevelUP project for more details.
RocksDB is distributed under the terms of the BSD License. It is the property Facebook, Inc. See the RocksDB project for more details.