mozilla / rkv

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

Make migration easier for consumers #201

Closed victorporof closed 3 years ago

victorporof commented 3 years ago

Signed-off-by: Victor Porof victor.porof@gmail.com

This makes it so that users don't need to manually open an old environment to migrate. Really they just want open their environment normally, and optionally populate it with with whatever was there to begin with.

This PR makes migration a one liner.

victorporof commented 3 years ago

Addressed comments.