rocksdb
rocksdb copied to clipboard
Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
RocksDB version has been upgraded to the latest one (7.2.2 + commits).
Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0. Release notes Sourced from standard's releases. v17.0.0 We're super excited to announce standard 17! This major release fully focuses on getting in sync with...
That way we can avoid an extra memcpy.
I can see binaries are prebuilded: `darwin-x64+arm64 linux-x64 win32-x64` but linux-arm64 is not available in the npm package. May you publish linux ARM64 binary along the others? 🙏
Error Log: ``` ❯ node-gyp build --verbose gyp info it worked if it ends with ok gyp verb cli [ gyp verb cli '/usr/local/bin/node', gyp verb cli '/usr/local/bin/node-gyp', gyp verb...
This issue only comes into play once you get past https://github.com/Level/rocksdb/issues/169 ``` > [email protected] test-electron /Users/juan/Desktop/testing/rocksdb > electron test/electron.js 2021-06-09 10:25:16.577 Electron[84610:15047914] +[NSXPCSharedListener endpointForReply:withListenerName:]: an error occurred while attempting to...
I look at the source code and find none about 'prefix_extractor'. Will rocksdb support 'prefix_extractor' option?
Hi, Are there any plans to add support for using rocksDBs TTL feature? https://github.com/facebook/rocksdb/wiki/Time-to-Live