rocksdb
rocksdb copied to clipboard
Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
Results
22
rocksdb issues
Sort by
recently updated
recently updated
newest added
Starting from NodeJS 20.12.0, npm install always builds from source with the following error: ``` #7 2.704 npm info run [email protected] install node_modules/rocksdb node-gyp-build #7 2.704 #7 2.704 > [email protected]...
I tried using rocksdb to read some files and it seems nothing is accessed ```js import rocksdb from 'rocksdb' const db = rocksdb('./sui') try { console.log('Opening database...') await new Promise((resolve,...