Emit v0.1.7
  • Pages
  • Modules

    View Source Emit.DB (Emit v0.1.7)

    Link to this section Summary

    Functions

    child_spec(init_arg)

    Returns a specification to start this module under a supervisor.

    count(table \\ :emit_metadata)
    default_table()
    del(key, table \\ :emit_metadata)
    get(key, table \\ :emit_metadata)
    init(table)

    Callback implementation for GenServer.init/1.

    new_query(table \\ :emit_metadata)
    query(query)
    restart()
    set(key, value, table \\ :emit_metadata)
    start_link(table \\ :emit_metadata)
    stop(table \\ :emit_metadata)

    Link to this section Functions

    Link to this function

    child_spec(init_arg)

    View Source

    Returns a specification to start this module under a supervisor.

    See Supervisor.

    Link to this function

    count(table \\ :emit_metadata)

    View Source
    Link to this function

    default_table()

    View Source
    Link to this function

    del(key, table \\ :emit_metadata)

    View Source
    Link to this function

    get(key, table \\ :emit_metadata)

    View Source
    Link to this function

    init(table)

    View Source

    Callback implementation for GenServer.init/1.

    Link to this function

    new_query(table \\ :emit_metadata)

    View Source
    Link to this function

    query(query)

    View Source
    Link to this function

    restart()

    View Source
    Link to this function

    set(key, value, table \\ :emit_metadata)

    View Source
    Link to this function

    start_link(table \\ :emit_metadata)

    View Source
    Link to this function

    stop(table \\ :emit_metadata)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.4) for the Elixir programming language