bridge_lmdb v0.1.0 Bridge.LMDB

Link to this section Summary

Link to this section Functions

Link to this function

batch_write(ctx, puts, deletes)

Link to this function

delete(txn, key)

Link to this function

put(txn, key, value)

Link to this function

range(txn, start, end)

Link to this function

range_abort(cur)

Link to this function

range_next(cur)

Link to this function

range_take(cur, count)

Link to this function

scan(env, min, max, take)

Link to this function

stream(env, min, max)

Link to this function

test(env, min, max)

Link to this function

txn_read_abort(txn)

Link to this function

txn_read_new(env)

Link to this function

txn_write_commit(txn)

Link to this function

txn_write_new(ctx)