Emit v0.1.1
  • Pages
  • Modules

    View Source Emit.DB (Emit v0.1.1)

    Link to this section Summary

    Functions

    child_spec(init_arg)

    Returns a specification to start this module under a supervisor.

    count()
    del(key)
    get(key)
    init(_)

    Callback implementation for GenServer.init/1.

    new_query()
    query(query)
    restart()
    set(key, value)
    start_link(_)
    stop()
    table()

    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()

    View Source
    Link to this function

    del(key)

    View Source
    Link to this function

    get(key)

    View Source
    Link to this function

    init(_)

    View Source

    Callback implementation for GenServer.init/1.

    Link to this function

    new_query()

    View Source
    Link to this function

    query(query)

    View Source
    Link to this function

    restart()

    View Source
    Link to this function

    set(key, value)

    View Source
    Link to this function

    start_link(_)

    View Source
    Link to this function

    stop()

    View Source
    Link to this function

    table()

    View Source

    On Hex.pm: Package Preview (current file)

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