Struct ethcore_util::migration::Batch [] [src]

pub struct Batch { /* fields omitted */ }

A batch of key-value pairs to be written into the database.

Methods

impl Batch
[src]

Make a new batch with the given config.

Insert a value into the batch, committing if necessary.

Commit all the items in the batch to the given database.