bridge_lmdb v0.1.4 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
error()
Link to this function
get(txn, key)
Link to this function
open_env(arg1)
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
test_batch()
Link to this function
test_scan()
Link to this function
test_test()
Link to this function
test_txn()
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