Level / rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
MIT License
229 stars 53 forks source link

example please? #187

Closed cekvenich2 closed 2 years ago

cekvenich2 commented 2 years ago

Hi is there an example of how to use this db in node?

Like require, then add key value and remove, and such?

vweevers commented 2 years ago

See https://github.com/Level/level-rocksdb#usage and https://github.com/Level/rocksdb/issues/167.