sqlcache
v1.1.0

      View Source Sqlcache (sqlcache v1.1.0)

      Summary

      Functions

      child_spec(init_arg)

      Returns a specification to start this module under a supervisor.

      clear_kind(ns)
      clear_namespace(ns)
      conn()
      data_dir()
      debug()
      del(ns, key)
      get(ns, key)
      init(arg)

      Callback implementation for GenServer.init/1.

      init_schema(conn)
      put(ns, key, value)
      query(sql, args \\ [])
      start_link(arg)

      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

      clear_kind(ns)

      View Source
      Link to this function

      clear_namespace(ns)

      View Source
      Link to this function

      conn()

      View Source
      Link to this function

      data_dir()

      View Source
      Link to this function

      debug()

      View Source
      Link to this function

      del(ns, key)

      View Source
      Link to this function

      get(ns, key)

      View Source
      Link to this function

      init(arg)

      View Source

      Callback implementation for GenServer.init/1.

      Link to this function

      init_schema(conn)

      View Source
      Link to this function

      put(ns, key, value)

      View Source
      Link to this function

      query(sql, args \\ [])

      View Source
      Link to this function

      start_link(arg)

      View Source

      Hex Package Hex Preview Download ePub version

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