Level/community

leveldown to remote database

askucher opened this issue · 1 comments

Hey. How to use level cross different processes? For instance when I want to use RocksDB

Performance is highly important!

RocksDB supports multiple readers, with the readOnly option . For multiple writers, you might like level-party and alternatives.