bridge_lmdb

v0.1.2

  • Pages
  • Modules

    bridge_lmdb v0.1.2 Bridge.LMDB

    Link to this section Summary

    Functions

    batch_write(ctx, puts, deletes)
    delete(txn, key)
    error()
    get(txn, key)
    open_env(arg1)
    put(txn, key, value)
    range(txn, start, end)
    range_abort(cur)
    range_next(cur)
    range_take(cur, count)
    scan(env, min, max, take)
    stream(env, min, max)
    test(env, min, max)
    test_batch()
    test_scan()
    test_test()
    test_txn()
    txn_read_abort(txn)
    txn_read_new(env)
    txn_write_commit(txn)
    txn_write_new(ctx)

    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

    txn_write_new(ctx)

    Built using ExDoc (v0.22.0), designed by Friedel Ziegelmayer.