Nebulex.Adapters.Ecto — adapter for Nebulex Cache backed by Ecto Postgres table

Nebulex.Adapters.Ecto

It is an easy to install and set up adapter designed to be used as the last cache level in multilevel adapter
You can find the code, doc and install it just like

def deps do
  [
    {:nebulex_adapters_ecto, "~> 1.0"}
  ]
end

Adapter will be battle-tested in a week or so, since the creation of the topic.

3 Likes