cubdb

v0.1.0

  • Pages
  • Modules

    cubdb v0.1.0 CubDB.Store protocol View Source

    Link to this section Summary

    Types

    t()

    Functions

    blank?(store)
    close(store)
    commit(store)
    get_latest_header(store)
    get_node(store, location)
    put_header(store, header)
    put_node(store, node)

    Link to this section Types

    Link to this type

    t() View Source
    t() :: term()

    Link to this section Functions

    Link to this function

    blank?(store) View Source

    Link to this function

    close(store) View Source

    Link to this function

    commit(store) View Source

    Link to this function

    get_latest_header(store) View Source

    Link to this function

    get_node(store, location) View Source

    Link to this function

    put_header(store, header) View Source

    Link to this function

    put_node(store, node) View Source

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer for the Elixir programming language.