build Level DBBatch
Constructs and builds a batch operation for LevelDB using a customizable builder.
Parameters
builder
A lambda with receiver on the LevelDBBatchBuilder, allowing the caller to define put and delete operations that are included in the batch.