func (db MDB) NewWriteBatch() driver.IWriteBatch { return driver.NewWriteBatch(db) }
func (t *Tx) NewWriteBatch() driver.IWriteBatch { return driver.NewWriteBatch(t) }