tarantool.ex
tarantool.ex copied to clipboard
Tarantool client library for Elixir projects
Results
2
tarantool.ex issues
Sort by
recently updated
recently updated
newest added
If I only know space name, how am I supposed to use the API?
currently I cant figure out the proper way to call `eval`: ```elixir test "should eval expression", %{t: t} do Tarantool.Api.eval(t, %{expr: 'return "hola"', tuple: [""]}) |> IO.inspect() end >> {:error,...