Level / rocksdb

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

Update to latest rocksdb? #198

Open ronag opened 2 years ago

ronag commented 2 years ago

@vweevers I've tried this several times without much success. I'm on arm64 Mac and keeoing getting symbol errors. I suspect it's linking to different c++ runtimes but I have no idea how and why.

torwig commented 2 years ago

I think linkage errors were caused because some rocksdb source files weren't listed in the .gyp file.

torwig commented 2 years ago

Added PR: https://github.com/Level/rocksdb/pull/206

aleksraiden commented 2 years ago

Waiting to merge

mahnunchik commented 9 months ago

Any news?