Crate migration_rocksdb
source · [−]Expand description
DB Migration module.
Structs
A batch of key-value pairs to be written into the database.
An even simpler migration which just changes the number of columns.
Migration config.
Manages database migration.
Prints a dot every max
ticks
Traits
A generalized migration from the given db to a destination db.
A simple migration over key-value pairs of a single column.