Tarantool

Tarantool client for Elixir projects

Installation

If available in Hex, the package can be installed as:

  1. Add tarantool to your list of dependencies in mix.exs:

    def deps do

     [{:tarantool, "~> 0.0.2"}]

    end

  2. Ensure tarantool is started before your application:

    def application do

     [applications: [:tarantool]]

    end

Example Usage