Level / party

Open a leveldb handle multiple times.
MIT License
146 stars 13 forks source link

Can level-party be used with RocksDB? #47

Closed maxlath closed 1 year ago

maxlath commented 1 year ago

I'm getting a bit lost with all those layers: is there a way to pass a rocksdb version of abstract-leveldown? I have the impression that it's not possible, but maybe I'm missing something?

vweevers commented 1 year ago

Not out of the box, no. Some pointers:

maxlath commented 1 year ago

Thanks for the pointers!