Struct ethcore::migrations::ToV9 [] [src]

pub struct ToV9 { /* fields omitted */ }

Consolidation of extras/block/state databases into single one.

Methods

impl ToV9
[src]

Creates new V9 migration and assigns all (key,value) pairs from source DB to given Column Family

Trait Implementations

impl Migration for ToV9
[src]

Number of columns in database after the migration.

Version of the database after the migration.

Migrate a source to a destination.

Number of columns in the database before the migration.