Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiyen committed Apr 17, 2018
1 parent 8c09949 commit 8c98f5d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Pure Elixir Cassandra ORM built on top of Xandra.

[Blog Post](https://blog.sleeperbot.com/triton-a-cassandra-orm-for-elixir-882dd8f11383)

## Add Triton to your deps

Add triton to your deps.

```elixir
def deps() do
[{:triton, "~> 0.2.0"}]
end
```

## Configure Triton

Single Cluster
Expand Down Expand Up @@ -58,16 +68,6 @@ If DB gets disconnected, resulting in a DBConnection error, Triton will attempt

You can specify the **health_check_delay** and **health_check_interval** via the config for each cluster.

## Add Triton to your deps

Add triton to your deps.

```elixir
def deps() do
[{:triton, "~> 0.2.0"}]
end
```

## Defining a Keyspace

First, define your keyspace. Triton will create the keyspace for your at compile time if it does not exist.
Expand Down

0 comments on commit 8c98f5d

Please sign in to comment.