Packages

Tarantool client for Elixir language

Current section

Files

Jump to
tarantool README.md
Raw

README.md

# Tarantool
**Tarantool client for Elixir projects**
## Installation
If [available in Hex](https://hex.pm/docs/publish), 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