mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
310 stars 53 forks source link

Remove LMDB backend #222

Open saschanaz opened 2 years ago

saschanaz commented 2 years ago

I think we should still keep the migrator for some time. (which then blocks removing lmdb completely)

saschanaz commented 11 months ago

Not sure what to do with bin/dump and bin/rand, it's currently only for LMDB backend. Any actual user for those? 🤔

rand should be able to support safemode but dump uses migrator that only LMDB has.

badboy commented 11 months ago

Not sure what to do with bin/dump and bin/rand, it's currently only for LMDB backend. Any actual user for those? 🤔

rand should be able to support safemode but dump uses migrator that only LMDB has.

These always felt more like examples anyway. I'm fine if they are gone.