Family Ties Part 6 posted, comparing guards in Erlang and Elixir The best of Rails in Phoenix (part 2)

ReadRepos - Simple master-slave database access package for Ecto.

ReadRepos is a simple master-slave database access package for Ecto.

By using this package, you can access slave databases randomly like below:

MyApp.Entry |> MyApp.Repo.slave.all
MyApp.Entry |> MyApp.Repo.slave.get(1)

https://github.com/kenta-aktsk/read_repos